From cb6693f3829abe36f6c467d04501bd7920a33a04 Mon Sep 17 00:00:00 2001 From: bobloy Date: Fri, 11 Sep 2020 09:35:08 -0400 Subject: [PATCH] Add description of first message --- firstmessage/firstmessage.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/firstmessage/firstmessage.py b/firstmessage/firstmessage.py index b74ea40..f13bd60 100644 --- a/firstmessage/firstmessage.py +++ b/firstmessage/firstmessage.py @@ -10,8 +10,6 @@ log = logging.getLogger("red.fox_v3.firstmessage") class FirstMessage(commands.Cog): """ Provides a link to the first message in the provided channel - - Less important information about the cog """ def __init__(self, bot: Red): @@ -31,6 +29,9 @@ class FirstMessage(commands.Cog): @commands.command() async def firstmessage(self, ctx: commands.Context, channel: discord.TextChannel = None): + """ + Provide a link to the first message in current or provided channel. + """ if channel is None: channel = ctx.channel try: