Unhiding Cog

pull/8/head
sgoudham 4 years ago
parent ef945439ed
commit f548be9b3f

@ -144,14 +144,14 @@ def SendMsgToModMail(self, msg, author):
# Set up the Cog # Set up the Cog
class Modmail(commands.Cog, command_attrs=dict(hidden=True)): class Modmail(commands.Cog):
"""Set up modmail system!""" """Set up modmail system!"""
def __init__(self, bot): def __init__(self, bot):
self.bot = bot self.bot = bot
self.anon = None self.anon = None
@commands.group(invoke_without_command=True) @commands.group(invoke_without_command=True, hidden=True)
async def modmail(self, ctx): async def modmail(self, ctx):
pass pass

Loading…
Cancel
Save