From 6eb922e7d956568206bb0aba04aa574a11e46439 Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Sun, 3 Oct 2021 12:10:32 -0700 Subject: [PATCH] [Audio] Remove extra whitespace (#5366) --- redbot/cogs/audio/core/commands/miscellaneous.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/cogs/audio/core/commands/miscellaneous.py b/redbot/cogs/audio/core/commands/miscellaneous.py index 18f604589..ff1d3853d 100644 --- a/redbot/cogs/audio/core/commands/miscellaneous.py +++ b/redbot/cogs/audio/core/commands/miscellaneous.py @@ -123,7 +123,7 @@ class MiscellaneousCommands(MixinMeta, metaclass=CompositeMetaClass): ) await _usercount(req_username) except AttributeError: - return await self.send_embed_msg(ctx, title=_("There's nothing in the queue.")) + return await self.send_embed_msg(ctx, title=_("There's nothing in the queue.")) async for req_username in AsyncIter(requesters["users"]): percentage = float(requesters["users"][req_username]["songcount"]) / float(