1
0
Fork 0
mirror of synced 2024-05-19 20:12:30 +12:00

Include an actual helpful example/result in order to not confuse dummies

This commit is contained in:
Phxntxm 2017-06-10 14:25:04 -05:00
parent 8abe27e85c
commit 8c1f23e59b

View file

@ -387,8 +387,8 @@ class Administration:
async def prefix(self, ctx, *, prefix: str):
"""This command can be used to set a custom prefix per server
EXAMPLE: !prefix new_prefix
RESULT: You probably screwing it up and not realizing you now need to do new_prefixprefix"""
EXAMPLE: !prefix $
RESULT: You now need to call commands like: $help"""
key = str(ctx.message.guild.id)
if len(prefix.strip()) > 20:
await ctx.send("Please keep prefixes under 20 characters")