diff --git a/cogs/overwatch.py b/cogs/overwatch.py index da6142e..1cbddeb 100644 --- a/cogs/overwatch.py +++ b/cogs/overwatch.py @@ -21,7 +21,7 @@ class Overwatch: @commands.group() @utils.check_restricted() - async def ow(self): + async def ow(self, ctx): """Command used to lookup information on your own user, or on another's When adding your battletag, it is quite picky, use the exact format user#xxxx Multiple names with the same username can be used, this is why the numbers are needed diff --git a/cogs/voice_utilities/playlist.py b/cogs/voice_utilities/playlist.py index 5082c19..95622fa 100644 --- a/cogs/voice_utilities/playlist.py +++ b/cogs/voice_utilities/playlist.py @@ -170,6 +170,8 @@ class Playlist(EventEmitter): # Otherwise, wait a second and check again else: await asyncio.sleep(1) + # "Refresh" the next entry, in case someone cleared the next song in the queue + entry = self.peek() # If we've reached here, we have no entries return None