mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -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 """
|
""" Nothing to delete """
|
||||||
return
|
return
|
||||||
|
|
||||||
@commands.command()
|
@commands.command(usage="<choice> <choices...>")
|
||||||
async def choose(self, ctx, *choices):
|
async def choose(self, ctx, *choices):
|
||||||
"""Choose between multiple options.
|
"""Choose between multiple options.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user