mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 19:28:54 -05:00
Typo
This commit is contained in:
parent
d3d09e701c
commit
e738c8a40f
@ -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.")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user