mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 03:38:53 -05:00
Removed debug message
This commit is contained in:
parent
98ec7d279f
commit
00d098d6ee
@ -248,7 +248,7 @@ class Audio:
|
|||||||
if await self.check_voice(ctx.message.author, ctx.message):
|
if await self.check_voice(ctx.message.author, ctx.message):
|
||||||
if not self.playlist:
|
if not self.playlist:
|
||||||
self.queue.append(link)
|
self.queue.append(link)
|
||||||
await self.bot.say(self.queue)
|
await self.bot.say("Link added to queue.")
|
||||||
else:
|
else:
|
||||||
await self.bot.say("I'm already playing a playlist.")
|
await self.bot.say("I'm already playing a playlist.")
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user