test updates
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
@@ -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!")
|
||||||
Reference in New Issue
Block a user