🛠 fixed queue bugs, added spotify song support 🔊
This commit is contained in:
4
help.py
4
help.py
@@ -32,7 +32,7 @@ class AstroHelp(commands.MinimalHelpCommand):
|
||||
|
||||
# grabs iterable of (Cog, list[Command])
|
||||
for cog, commands in mapping.items():
|
||||
|
||||
|
||||
# Grab commands only the user can access
|
||||
# Safe to ignore warning
|
||||
filtered = await self.filter_commands(commands, sort=True)
|
||||
@@ -78,4 +78,4 @@ class AstroHelp(commands.MinimalHelpCommand):
|
||||
# TODO add error support see
|
||||
# https://gist.github.com/InterStella0/b78488fb28cadf279dfd3164b9f0cf96
|
||||
# and
|
||||
# https://gist.github.com/EvieePy/7822af90858ef65012ea500bcecf1612
|
||||
# https://gist.github.com/EvieePy/7822af90858ef65012ea500bcecf1612
|
||||
Reference in New Issue
Block a user