test updates

This commit is contained in:
Juni
2022-04-09 13:41:50 -04:00
parent f060896333
commit 6cda5fbcd5
3 changed files with 4 additions and 4 deletions

View File

@@ -8,6 +8,6 @@ class ReactQuote(commands.Cog):
@commands.command()
async def reactquote(self, ctx):
"""This does stuff!"""
"""TestCommand"""
# Your code will go here
await ctx.send("I can do stuff!")
await ctx.send("I can do stuff, really!")