From 89c71df60406bf8c88807721107905033db7f18f Mon Sep 17 00:00:00 2001 From: Juni Date: Sun, 10 Apr 2022 23:10:05 -0400 Subject: [PATCH] comments --- reactquote/reactquote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactquote/reactquote.py b/reactquote/reactquote.py index cd22cad..99a528d 100644 --- a/reactquote/reactquote.py +++ b/reactquote/reactquote.py @@ -12,7 +12,7 @@ class ReactQuote(commands.Cog): @commands.command() async def quote(self, ctx: commands.Context): - """TestCommand""" + """Recall Random Quote""" # Your code will go here await ctx.send("I'd recall a random quote if I could...")