From bc764fa15e6a1cd5e54f4e43df467d8df2663174 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Tue, 21 Jul 2020 22:32:27 +0100 Subject: [PATCH] Adding cog description --- cogs/modmail/modmail.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cogs/modmail/modmail.py b/cogs/modmail/modmail.py index 00766a18..32a139ce 100644 --- a/cogs/modmail/modmail.py +++ b/cogs/modmail/modmail.py @@ -144,6 +144,8 @@ def SendMsgToModMail(self, msg, author): # Set up the Cog class Modmail(commands.Cog, command_attrs=dict(hidden=True)): + """Set up modmail system!""" + def __init__(self, bot): self.bot = bot self.anon = None