mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
Add prefix to usage message
This commit is contained in:
parent
c32f926f95
commit
1f00c8bf3b
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ def command(cmd, usage=None, description=None, category=None):
|
|||
|
||||
if not success and not msg:
|
||||
# Failure, no message, print usage
|
||||
usage_str = "**Usage:** {} {}".format(cmd, usage or "")
|
||||
usage_str = "**Usage:** pk;{} {}".format(cmd, usage or "")
|
||||
await client.send_message(message.channel, embed=make_default_embed(usage_str))
|
||||
elif not success:
|
||||
# Failure, print message
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue