diff --git a/info.json b/info.json new file mode 100644 index 0000000..7e73922 --- /dev/null +++ b/info.json @@ -0,0 +1,8 @@ +{ + "author" : ["RustyRaptor"], + "install_msg" : "Thanks for installing my cogs. Have fun", + "name" : "GodEmperorBot", + "short" : "Does a lot of weird stuff", + "description" : "here's a full description", + "tags" : ["doge"] +} \ No newline at end of file diff --git a/testcog/info.json b/testcog/info.json index e69de29..03fbe50 100644 --- a/testcog/info.json +++ b/testcog/info.json @@ -0,0 +1,10 @@ +{ + "author" : ["RustyRaptor"], + "install_msg" : "Thanks for installing my cogs. Have fun", + "name" : "testcog", + "short" : "Does a lot of weird stuff", + "requirements" : ["youtube_dl"], + "description" : "here's a full description", + "permissions" : ["Administrator"], + "tags" : ["doge"] +} \ No newline at end of file