[3.4] [Audio] Remove extra whitespace (#5366) (#5370)

(cherry picked from commit 6eb922e7d9)

Co-authored-by: aikaterna <20862007+aikaterna@users.noreply.github.com>

Co-authored-by: aikaterna <20862007+aikaterna@users.noreply.github.com>
This commit is contained in:
Red-GitHubBot
2021-10-03 21:12:11 +02:00
committed by GitHub
parent 4331004dc1
commit 9ca977ba81

View File

@@ -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(