diff options
| author | 2021-03-22 19:55:42 +0000 | |
|---|---|---|
| committer | 2021-03-22 19:55:42 +0000 | |
| commit | 9251e8d1466d378144d8209a8442338b0f4f84fd (patch) | |
| tree | 453eb2a5349092fd80941c54e97c6671b76fcc6d | |
| parent | Limit nominate to nominations channel (diff) | |
config and constants changes
Added moderators category to constants.py, and removed mods and mod_spam from config as no longer used
| -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 | 
