-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1003ca5
commit 0d5ff55
Showing
1 changed file
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] | ||
} |