From aa5260dca0dd273a4ac501890d5db7f35bd1e819 Mon Sep 17 00:00:00 2001 From: Redjumpman Date: Fri, 10 Aug 2018 21:24:27 -0500 Subject: [PATCH] Update info.JSON --- info.JSON | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/info.JSON b/info.JSON index f5e2260..f78dfba 100644 --- a/info.JSON +++ b/info.JSON @@ -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."] } -