Adding modmail command description

pull/8/head
sgoudham 4 years ago
parent 70af399719
commit ccc34326a6

@ -151,8 +151,9 @@ class Modmail(commands.Cog):
self.bot = bot self.bot = bot
self.anon = None self.anon = None
@commands.group(invoke_without_command=True, hidden=True) @commands.group(invoke_without_command=True)
async def modmail(self, ctx): async def modmail(self, ctx):
"""Setup/Update/Delete Modmail System"""
pass pass
@modmail.command() @modmail.command()

Loading…
Cancel
Save