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

@@ -3,6 +3,6 @@
"DESCRIPTION" : "Save quotes by reacting to them and bring them up later",
"DISABLED" : false,
"SHORT" : "Save quotes by reacting to them and bring them up later",
"NAME" : "React Quotes",
"NAME" : "React-Quotes",
"INSTALL_CMD" : "React Quotes. Install at own risk"
}

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