change config style

This commit is contained in:
Juni
2022-12-05 13:40:04 -05:00
parent bc5562ebf5
commit 6d67b59b7e
2 changed files with 9 additions and 11 deletions

View File

@@ -1,9 +1,7 @@
{ {
"AUTHOR" : "Juni (juniteevee)", "author" : "Juni (juniteevee)",
"DESCRIPTION" : "Enable chatting with bot using OpenAi ChatGPT", "description" : "Enable chatting with bot using OpenAi ChatGPT",
"DISABLED" : false, "short" : "Enable chatting with bot using OpenAi ChatGPT",
"SHORT" : "Enable chatting with bot using OpenAi ChatGPT", "install_msg" : "ChatGPT. Install at own risk",
"NAME" : "Chat-Gpt", "requirements" : ["revChatGPT"]
"INSTALL_CMD" : "ChatGPT. Install at own risk",
"REQUIREMENTS" : ["revChatGPT"]
} }

View File

@@ -1,6 +1,6 @@
{ {
"NAME": "JuniTeeVee-Cogs", "name": "JuniTeeVee-Cogs",
"AUTHOR" : "Juni (juniteevee)", "author" : "Juni (juniteevee)",
"SHORT": "Some Cogs for my personal use", "short": "Some Cogs for my personal use",
"DESCRIPTION" : "Hello. Install at your own risk" "description" : "Hello. Install at your own risk"
} }