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:
jack1142
2021-01-23 01:24:27 +01:00
committed by GitHub
parent e23d21ec08
commit 2ce4a275fc

View File

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