mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 19:28:54 -05:00
Auto queue fix
This commit is contained in:
parent
c7b68a1dcb
commit
23d2ef4d90
@ -1066,7 +1066,7 @@ class Audio:
|
|||||||
# Checking if playing in current server
|
# Checking if playing in current server
|
||||||
|
|
||||||
if self.is_playing(server):
|
if self.is_playing(server):
|
||||||
await self._queue.callback(self, ctx, url)
|
await ctx.invoke(self._queue, url=url)
|
||||||
return # Default to queue
|
return # Default to queue
|
||||||
|
|
||||||
# Checking already connected, will join if not
|
# Checking already connected, will join if not
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user