diff --git a/bot.py b/bot.py index 0573525..ce90d66 100644 --- a/bot.py +++ b/bot.py @@ -457,7 +457,7 @@ async def halloehl_slash(ctx: SlashContext, user: discord.Member): await ctx.send("User is not connected to this guild", hidden=True) return - vc: Optional[discord.VoiceChannel] = ctx.guild.get_channel(902246980124811335) + vc: Optional[discord.VoiceChannel] = ctx.guild.get_channel(LOEH_CHANNEL_ID) if vc is None: await ctx.send("This command is not available in this guild", hidden=True) return