From 23d2ef4d9061870f876ae2d97a5c3608b941c71c Mon Sep 17 00:00:00 2001 From: Twentysix Date: Sun, 15 May 2016 23:33:57 +0200 Subject: [PATCH] Auto queue fix --- cogs/audio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/audio.py b/cogs/audio.py index ebc4ed3b1..772cbb468 100644 --- a/cogs/audio.py +++ b/cogs/audio.py @@ -1066,7 +1066,7 @@ class Audio: # Checking if playing in current server if self.is_playing(server): - await self._queue.callback(self, ctx, url) + await ctx.invoke(self._queue, url=url) return # Default to queue # Checking already connected, will join if not