Skip to content

Commit

Permalink
Update info.JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
Redjumpman authored Aug 11, 2018
1 parent 1003ca5 commit 0d5ff55
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions mysecondcog/info.JSON
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"AUTHOR" : "Author name",
"INSTALL_MSG" : "A install message that appears as soon as the end user does !cog install repo cogname",
"NAME" : "The class name of the cog, MUST BE matching, including capitalization",
"SHORT" : "A Short description, appears on !cog list repo",
"DESCRIPTION" : "A longer description, appears on !cog list repo cogname"
"author" : ["Author", "Co-Author (optional)", "Co-Author 2 (optional)"],
"install_msg" : "A message you wish to display to users after they sucessfully install your cog.",
"name" : "Name of your cog.",
"short" : "A short description. Displayed in the `[p]cog list` command.",
"requirements" : ["Example library", "Example 2", "Example 3"],
"description" : "Full description of your cog. Displayed on the Red Portal and with `[p]cog info`",
"permissions" : ["List of Bot permissions required"],
"tags" : ["List of search tags for the Red portal"]
}

0 comments on commit 0d5ff55

Please sign in to comment.