mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-08 10:22:31 -05:00
Typo
This commit is contained in:
@@ -70,7 +70,7 @@ class Audio:
|
|||||||
else:
|
else:
|
||||||
self.playlist = []
|
self.playlist = []
|
||||||
self.current = -1
|
self.current = -1
|
||||||
if not queue: await self.bot.say("The link has been put into queue.")
|
if not self.queue: await self.bot.say("The link has been put into queue.")
|
||||||
self.queue.append(link)
|
self.queue.append(link)
|
||||||
else:
|
else:
|
||||||
await self.bot.say("That link is not allowed.")
|
await self.bot.say("That link is not allowed.")
|
||||||
|
|||||||
Reference in New Issue
Block a user