From 359ff125031e290e93439a2c2afcebe993458d18 Mon Sep 17 00:00:00 2001 From: peoplearestrange Date: Tue, 4 Feb 2020 04:26:27 +0000 Subject: [PATCH] Changes Category Administration --- code/modules/discord/toggle_notify.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."