Core - Add invoke error message customisation (#5894)

Co-authored-by: Jakub Kuczys <me@jacken.men>
This commit is contained in:
Predä
2022-12-30 04:43:37 +01:00
committed by GitHub
parent 88a348210c
commit 60a9d47003
5 changed files with 76 additions and 13 deletions

View File

@@ -134,6 +134,7 @@ class Red(
invite_commands_scope=False,
disabled_commands=[],
disabled_command_msg="That command is disabled.",
invoke_error_msg=None,
extra_owner_destinations=[],
owner_opt_out_list=[],
last_system_info__python_version=[3, 7],