From 92afee12c56d1cedab78645ca151f47a54091da3 Mon Sep 17 00:00:00 2001 From: LunaUrsa <1836049+LunaUrsa@users.noreply.github.com> Date: Sat, 17 Feb 2024 10:57:03 -0600 Subject: [PATCH] Okay disabling AI while i fix ToS and such --- src/discord/commands/global/d.ai.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/discord/commands/global/d.ai.ts b/src/discord/commands/global/d.ai.ts index 95bd9e9f0..e34c429af 100644 --- a/src/discord/commands/global/d.ai.ts +++ b/src/discord/commands/global/d.ai.ts @@ -2026,6 +2026,7 @@ export async function aiMessage( ): Promise { if (!env.OPENAI_API_ORG || !env.OPENAI_API_KEY) return; await messageData.fetch(); + return; let isAfterAgreement = false; const ogMessage = messageData;