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

@@ -1,5 +1,5 @@
{ {
"NAME": "JuniTeeVee Cogs", "NAME": "JuniTeeVee-Cogs",
"AUTHOR" : "Juni (juniteevee)", "AUTHOR" : "Juni (juniteevee)",
"SHORT": "Some Cogs for my personal use", "SHORT": "Some Cogs for my personal use",
"DESCRIPTION" : "Hello. Install at your own risk" "DESCRIPTION" : "Hello. Install at your own risk"

View File

@@ -3,6 +3,6 @@
"DESCRIPTION" : "Save quotes by reacting to them and bring them up later", "DESCRIPTION" : "Save quotes by reacting to them and bring them up later",
"DISABLED" : false, "DISABLED" : false,
"SHORT" : "Save quotes by reacting to them and bring them up later", "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" "INSTALL_CMD" : "React Quotes. Install at own risk"
} }

View File

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