From 9a64ce9ca932bbe7270c1b1b2822f580cb6fb4fb Mon Sep 17 00:00:00 2001 From: RustyRaptor Date: Mon, 12 Oct 2020 01:49:48 -0600 Subject: [PATCH] created cogs requirements --- info.json | 8 ++++++++ testcog/info.json | 10 ++++++++++ 2 files changed, 18 insertions(+) create mode 100644 info.json 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