From 8c1f23e59bb8afbb9aa9435c623ee96be1554af7 Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Sat, 10 Jun 2017 14:25:04 -0500 Subject: [PATCH] Include an actual helpful example/result in order to not confuse dummies --- cogs/admin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/admin.py b/cogs/admin.py index 489c4c7..b230c42 100644 --- a/cogs/admin.py +++ b/cogs/admin.py @@ -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")