From 55344487c4889c51edb6209657f6ffbb1799c919 Mon Sep 17 00:00:00 2001 From: NatrixAeria Date: Tue, 20 Oct 2020 03:52:05 +0200 Subject: Fix wrong category --- commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands.py') diff --git a/commands.py b/commands.py index 44bc340..7ef8d7b 100644 --- a/commands.py +++ b/commands.py @@ -129,7 +129,7 @@ async def shuffle(ctx: commands.Context, channel_size=2): @commands.command(help='move everyone back to lobby', aliases=('quit', 'exit', 'abort', 'back', 'return')) async def stop(ctx: commands.Context, cancel_loop=True): if not is_admin_channel(ctx): return - channels = await ctx.bot.get_channels(ctx) + channels = await ctx.bot.get_channels(ctx, msg=False) if not channels: return meta_channel, lobby_channel = channels -- cgit v1.2.3-54-g00ecf