summaryrefslogtreecommitdiff
path: root/commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'commands.py')
-rw-r--r--commands.py2
1 files changed, 1 insertions, 1 deletions
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