Updating Cog Description

pull/8/head
sgoudham 4 years ago
parent 09796e90cb
commit f807a6c9f3

@ -158,7 +158,7 @@ class Modmail(commands.Cog):
@modmail.command() @modmail.command()
async def setup(self, ctx, channelID: int): async def setup(self, ctx, channelID: int):
"""Setup modmail system""" """Setup Modmail System"""
# Retrieve a list of channel id's in the guild # Retrieve a list of channel id's in the guild
channels = [channel.id for channel in ctx.guild.channels] channels = [channel.id for channel in ctx.guild.channels]
@ -249,7 +249,7 @@ class Modmail(commands.Cog):
@modmail.command() @modmail.command()
async def update(self, ctx, channelID: int): async def update(self, ctx, channelID: int):
"""Update modmail system""" """Update Modmail Channel"""
# Retrieve a list of channel id's in the guild # Retrieve a list of channel id's in the guild
channels = [channel.id for channel in ctx.guild.channels] channels = [channel.id for channel in ctx.guild.channels]
@ -300,7 +300,7 @@ class Modmail(commands.Cog):
@modmail.command() @modmail.command()
async def delete(self, ctx): async def delete(self, ctx):
"""Delete modmail system""" """Delete Modmail System"""
# Checking if the guild already exists within the database # Checking if the guild already exists within the database
with db.connection() as conn: with db.connection() as conn:

Loading…
Cancel
Save