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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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