-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help argument within command #128
Comments
I think it's a good idea ; for globally translated usage messages, people could define their own serbian_cmd = functools.partial(cmd, error_message=SERBIAN_ERROR) Then they can use |
Thanks C; |
Seems that this is resolved, so solving the thread :) |
Sorry, where has it been solved? |
Oh lol, I read this as a bug report, not as a suggestion. Re-opening, my bad! 😂 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
No, it's not related to any problem at all, this is new feature request.
Describe the solution you'd like
Additional optional help argument when making command
Describe alternatives you've considered
//
Additional context
So, what would it look like?
Basically a parameter which could be run by /help predefined command.
@Player.command(requires=(has_permission('can_mute'), ), error_message=SERBIAN_ERROR, help="Bans a player")
The text was updated successfully, but these errors were encountered: