mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-08 10:22:31 -05:00
Auto queue fix
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user