mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Fix command usage of [p]choose command (#4733)
* Fix usage in more commands with variadic required arguments * Restore filter.py
This commit is contained in:
parent
e23d21ec08
commit
2ce4a275fc
@ -80,7 +80,7 @@ class General(commands.Cog):
|
||||
""" Nothing to delete """
|
||||
return
|
||||
|
||||
@commands.command()
|
||||
@commands.command(usage="<choice> <choices...>")
|
||||
async def choose(self, ctx, *choices):
|
||||
"""Choose between multiple options.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user