Skip to content

Commit 50737d0

Browse files
committed
bug
1 parent 6a01413 commit 50737d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/help_channels/message_commands/redirect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def __init__(self, bot):
2828

2929
@commands.message_command(name="Redirect to help channel")
3030
async def redirect(self, inter: disnake.MessageCommandInteraction):
31-
if inter.target.channel.parent.id in [variables.help_channels].append(1143095605577654392):
31+
if inter.target.channel.parent.id in variables.help_channels + [1143095605577654392]:
3232
embed = disnake.Embed(
3333
title="This is the wrong channel.",
3434
description=WRONG_CHANNEL_MESSAGE,

0 commit comments

Comments
 (0)