diff options
| author | 2020-02-23 11:50:21 -0800 | |
|---|---|---|
| committer | 2020-02-23 12:34:36 -0800 | |
| commit | 8c1a31b7d043facd876b22800e8cb44ae15d9492 (patch) | |
| tree | a8cc84b4286624bd148311d83dff3776a91ac6a0 | |
| parent | Config: shorten name of PYTHON_COMMUNITY_ROLE (diff) | |
Config: remove checkpoint_test and devtest
They no longer exist in the guild.
* Move devlog under the "Logs" category
| -rw-r--r-- | bot/cogs/bot.py | 1 | ||||
| -rw-r--r-- | bot/cogs/tags.py | 1 | ||||
| -rw-r--r-- | bot/constants.py | 2 | ||||
| -rw-r--r-- | config-default.yml | 2 | 
4 files changed, 0 insertions, 6 deletions
diff --git a/bot/cogs/bot.py b/bot/cogs/bot.py index 73b1e8f41..74e882e0e 100644 --- a/bot/cogs/bot.py +++ b/bot/cogs/bot.py @@ -40,7 +40,6 @@ class BotCog(Cog, name="Bot"):          # These channels will also work, but will not be subject to cooldown          self.channel_whitelist = (              Channels.bot, -            Channels.devtest,          )          # Stores improperly formatted Python codeblock message ids and the corresponding bot message diff --git a/bot/cogs/tags.py b/bot/cogs/tags.py index b6360dfae..a38f5617f 100644 --- a/bot/cogs/tags.py +++ b/bot/cogs/tags.py @@ -15,7 +15,6 @@ from bot.pagination import LinePaginator  log = logging.getLogger(__name__)  TEST_CHANNELS = ( -    Channels.devtest,      Channels.bot,      Channels.helpers  ) diff --git a/bot/constants.py b/bot/constants.py index 681d8da49..15f078cbf 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -363,11 +363,9 @@ class Channels(metaclass=YAMLGetter):      attachment_log: int      big_brother_logs: int      bot: int -    checkpoint_test: int      defcon: int      devcontrib: int      devlog: int -    devtest: int      esoteric: int      help_0: int      help_1: int diff --git a/config-default.yml b/config-default.yml index 1e478154f..058317262 100644 --- a/config-default.yml +++ b/config-default.yml @@ -114,13 +114,11 @@ guild:      channels:          announcements:                    354619224620138496 -        checkpoint_test:                  422077681434099723          user_event_a:      &USER_EVENT_A  592000283102674944          # Development          devcontrib:        &DEV_CONTRIB   635950537262759947          devlog:            &DEVLOG        622895325144940554 -        devtest:           &DEVTEST       414574275865870337          # Discussion          meta:                             429409067623251969  |