diff options
Diffstat (limited to '')
| -rw-r--r-- | bot/constants.py | 3 | ||||
| -rw-r--r-- | config-default.yml | 2 | 
2 files changed, 1 insertions, 4 deletions
| diff --git a/bot/constants.py b/bot/constants.py index fbb73d489..3bd6f4b66 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -388,6 +388,7 @@ class Categories(metaclass=YAMLGetter):      help_available: int      help_dormant: int      help_in_use: int +    moderators: int      modmail: int      voice: int @@ -435,9 +436,7 @@ class Channels(metaclass=YAMLGetter):      helpers: int      incidents: int      incidents_archive: int -    mods: int      mod_alerts: int -    mod_spam: int      nominations: int      nomination_voting: int      organisation: int diff --git a/config-default.yml b/config-default.yml index a25826b5e..ef13bab87 100644 --- a/config-default.yml +++ b/config-default.yml @@ -194,9 +194,7 @@ guild:          helpers:            &HELPERS        385474242440986624          incidents:                          714214212200562749          incidents_archive:                  720668923636351037 -        mods:                               305126844661760000          mod_alerts:                         473092532147060736 -        mod_spam:                           620607373828030464          nominations:                        822920136150745168          nomination_voting:                  822853512709931008          organisation:       &ORGANISATION   551789653284356126 | 
