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)",
"DESCRIPTION" : "Enable chatting with bot using OpenAi ChatGPT",
"DISABLED" : false,
"SHORT" : "Enable chatting with bot using OpenAi ChatGPT",
"NAME" : "Chat-Gpt",
"INSTALL_CMD" : "ChatGPT. Install at own risk",
"REQUIREMENTS" : ["revChatGPT"]
"author" : "Juni (juniteevee)",
"description" : "Enable chatting with bot using OpenAi ChatGPT",
"short" : "Enable chatting with bot using OpenAi ChatGPT",
"install_msg" : "ChatGPT. Install at own risk",
"requirements" : ["revChatGPT"]
}

View File

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