Skip to content

Commit 80161b8

Browse files
authored
make error message consistent in .loop
1 parent 0046c22 commit 80161b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

youtubebot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ async def loop(ctx: commands.Context, *args):
138138
try:
139139
loop = queues[ctx.guild.id]['loop']
140140
except KeyError:
141-
await ctx.send('there is no queue to loop')
141+
await ctx.send('the bot isn\'t playing anything')
142142
return
143143
queues[ctx.guild.id]['loop'] = not loop
144144

0 commit comments

Comments
 (0)