Removed debug message

This commit is contained in:
Twentysix 2016-02-07 23:42:50 +01:00
parent 98ec7d279f
commit 00d098d6ee

View File

@ -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.")