Skip to content

Commit

Permalink
created cogs requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
RustyRaptor committed Oct 12, 2020
1 parent 6ae648e commit 9a64ce9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 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"]
}
10 changes: 10 additions & 0 deletions 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"]
}

0 comments on commit 9a64ce9

Please sign in to comment.