change ChatGPT -> OpenAI in OpenAIChat chat command
This commit is contained in:
@@ -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<void> {
|
||||
console.log("OpenAI Chat: ", match);
|
||||
|
||||
Reference in New Issue
Block a user