From f807a6c9f31d732d5fdaae62f535fcf7784063d4 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Thu, 23 Jul 2020 11:18:50 +0100 Subject: [PATCH] Updating Cog Description --- cogs/modmail.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cogs/modmail.py b/cogs/modmail.py index 33a463e2..50be702b 100644 --- a/cogs/modmail.py +++ b/cogs/modmail.py @@ -158,7 +158,7 @@ class Modmail(commands.Cog): @modmail.command() async def setup(self, ctx, channelID: int): - """Setup modmail system""" + """Setup Modmail System""" # Retrieve a list of channel id's in the guild channels = [channel.id for channel in ctx.guild.channels] @@ -249,7 +249,7 @@ class Modmail(commands.Cog): @modmail.command() async def update(self, ctx, channelID: int): - """Update modmail system""" + """Update Modmail Channel""" # Retrieve a list of channel id's in the guild channels = [channel.id for channel in ctx.guild.channels] @@ -300,7 +300,7 @@ class Modmail(commands.Cog): @modmail.command() async def delete(self, ctx): - """Delete modmail system""" + """Delete Modmail System""" # Checking if the guild already exists within the database with db.connection() as conn: