aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2022-01-24 12:35:27 +0000
committerGravatar ChrisJL <[email protected]>2022-01-24 15:08:47 +0000
commite7f6c4e59ba125d1b50d0892448dc4b4b3cb09df (patch)
treeffc02b6db220cf491a29c1a2a1ccd6aab3631d05
parentMerge pull request #1721 from python-discord/enhance/backend/time-util-refactor (diff)
Remove dev-contrib and bot-commands from features list
-rw-r--r--bot/exts/info/information.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/bot/exts/info/information.py b/bot/exts/info/information.py
index 29a00ec5d..5b25fd0c3 100644
--- a/bot/exts/info/information.py
+++ b/bot/exts/info/information.py
@@ -180,8 +180,6 @@ class Information(Cog):
if ctx.channel.id in (
*constants.MODERATION_CHANNELS,
constants.Channels.dev_core,
- constants.Channels.dev_contrib,
- constants.Channels.bot_commands
):
features = f"\nFeatures: {', '.join(ctx.guild.features)}"
else: