From e7f6c4e59ba125d1b50d0892448dc4b4b3cb09df Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Mon, 24 Jan 2022 12:35:27 +0000 Subject: Remove dev-contrib and bot-commands from features list --- bot/exts/info/information.py | 2 -- 1 file changed, 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: -- cgit v1.2.3