mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Play fix
This commit is contained in:
parent
1f846c1409
commit
e9852d96fe
@ -62,7 +62,8 @@ class Audio:
|
||||
if await self.is_alone_or_admin(msg.author):
|
||||
self.queue = []
|
||||
self.current = -1
|
||||
self.playlist = [link]
|
||||
self.playlist = []
|
||||
self.queue.append(link)
|
||||
self.music_player.stop()
|
||||
else:
|
||||
self.playlist = []
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user