We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a01413 commit 50737d0Copy full SHA for 50737d0
modules/help_channels/message_commands/redirect.py
@@ -28,7 +28,7 @@ def __init__(self, bot):
28
29
@commands.message_command(name="Redirect to help channel")
30
async def redirect(self, inter: disnake.MessageCommandInteraction):
31
- if inter.target.channel.parent.id in [variables.help_channels].append(1143095605577654392):
+ if inter.target.channel.parent.id in variables.help_channels + [1143095605577654392]:
32
embed = disnake.Embed(
33
title="This is the wrong channel.",
34
description=WRONG_CHANNEL_MESSAGE,
0 commit comments