diff --git a/info.json b/info.json index 6f267f6..9f0d4dd 100644 --- a/info.json +++ b/info.json @@ -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" diff --git a/reactquote/info.json b/reactquote/info.json index 6ef4798..20fad3f 100644 --- a/reactquote/info.json +++ b/reactquote/info.json @@ -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" } \ No newline at end of file diff --git a/reactquote/reactquote.py b/reactquote/reactquote.py index acf05b4..76b5bc4 100644 --- a/reactquote/reactquote.py +++ b/reactquote/reactquote.py @@ -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!") \ No newline at end of file + await ctx.send("I can do stuff, really!") \ No newline at end of file