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...")