From 8f078ea0ce06e6cb6f9a27efdfaa80a17fe3b568 Mon Sep 17 00:00:00 2001 From: phxntxm Date: Wed, 28 Jun 2017 14:53:12 -0500 Subject: [PATCH] Add a help mesage for restrictions --- cogs/admin.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cogs/admin.py b/cogs/admin.py index bd28c60..2c52c71 100644 --- a/cogs/admin.py +++ b/cogs/admin.py @@ -18,6 +18,10 @@ class Administration: @utils.custom_perms(kick_members=True) @utils.check_restricted() async def restrictions(self, ctx): + """Used to list all the current restrictions set + + EXAMPLE: !restrictions + RESULT: All the current restrictions""" # Get the restrictions restrictions = self.bot.db.load('server_settings', key=ctx.message.guild.id, pluck='restrictions') or {} entries = []