Skip to content

Commit

Permalink
Okay disabling AI while i fix ToS and such
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaUrsa committed Feb 17, 2024
1 parent 35b19c9 commit 92afee1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/discord/commands/global/d.ai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2026,6 +2026,7 @@ export async function aiMessage(
): Promise<void> {
if (!env.OPENAI_API_ORG || !env.OPENAI_API_KEY) return;
await messageData.fetch();
return;

let isAfterAgreement = false;
const ogMessage = messageData;
Expand Down

0 comments on commit 92afee1

Please sign in to comment.