From 0d5ff5576a65c45082142b569e784255665eb8fe Mon Sep 17 00:00:00 2001 From: Redjumpman Date: Fri, 10 Aug 2018 21:20:20 -0500 Subject: [PATCH] Update info.JSON --- mysecondcog/info.JSON | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/mysecondcog/info.JSON b/mysecondcog/info.JSON index 7bf937f..ff51011 100644 --- a/mysecondcog/info.JSON +++ b/mysecondcog/info.JSON @@ -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"] }