test updates
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"NAME": "JuniTeeVee Cogs",
|
||||
"NAME": "JuniTeeVee-Cogs",
|
||||
"AUTHOR" : "Juni (juniteevee)",
|
||||
"SHORT": "Some Cogs for my personal use",
|
||||
"DESCRIPTION" : "Hello. Install at your own risk"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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!")
|
||||
Reference in New Issue
Block a user