-
-
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
fbc7b34
commit aa5260d
Showing
1 changed file
with
6 additions
and
9 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,11 +1,8 @@ | ||
{ | ||
"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"] | ||
"author" : ["yourname (discord#identifer)"], | ||
"install_msg" : "Message the user will recieve when they agree to install your repository.", | ||
"name" : "Name of your repository.", | ||
"short" : "Shot description of your repo.", | ||
"description" : "Long description about your repository.", | ||
"tags" : ["List of search tags on red portal for your repo."] | ||
} | ||
|