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);
|
requirements = Requirements.Build(Requirement.BOT_CREATOR);
|
||||||
|
|
||||||
title = "/chatGPT";
|
title = "/openAI";
|
||||||
description = "Chat with AI (ChatGPT)";
|
description = "Chat with AI (OpenAI)";
|
||||||
|
|
||||||
async execute(msg: Message, match?: RegExpExecArray): Promise<void> {
|
async execute(msg: Message, match?: RegExpExecArray): Promise<void> {
|
||||||
console.log("OpenAI Chat: ", match);
|
console.log("OpenAI Chat: ", match);
|
||||||
|
|||||||
Reference in New Issue
Block a user