From 6d67b59b7e01919f6298ab527d8030c7c85a9d70 Mon Sep 17 00:00:00 2001 From: Juni Date: Mon, 5 Dec 2022 13:40:04 -0500 Subject: [PATCH] change config style --- chatGpt/info.json | 12 +++++------- info.json | 8 ++++---- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/chatGpt/info.json b/chatGpt/info.json index 04417f2..898e8da 100644 --- a/chatGpt/info.json +++ b/chatGpt/info.json @@ -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"] } \ No newline at end of file diff --git a/info.json b/info.json index 9f0d4dd..b8f7d8a 100644 --- a/info.json +++ b/info.json @@ -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" } \ No newline at end of file