diff --git a/code/modules/discord/toggle_notify.dm b/code/modules/discord/toggle_notify.dm index 5eb1492f757..8527c2b7b3d 100644 --- a/code/modules/discord/toggle_notify.dm +++ b/code/modules/discord/toggle_notify.dm @@ -1,6 +1,6 @@ // Verb to toggle restart notifications /client/verb/notify_restart() - set category = "Special Verbs" + set category = "Administration" set name = "Notify Restart" set desc = "Notifies you on Discord when the server restarts."