diff --git a/src/commands/openai-chat.ts b/src/commands/openai-chat.ts index 1b08b86..dc21975 100644 --- a/src/commands/openai-chat.ts +++ b/src/commands/openai-chat.ts @@ -19,8 +19,8 @@ export class OpenAIChat extends ChatCommand { requirements = Requirements.Build(Requirement.BOT_CREATOR); - title = "/chatGPT"; - description = "Chat with AI (ChatGPT)"; + title = "/openAI"; + description = "Chat with AI (OpenAI)"; async execute(msg: Message, match?: RegExpExecArray): Promise { console.log("OpenAI Chat: ", match);