Misc. changes.

This commit is contained in:
jrmyr 2025-05-05 11:09:27 +00:00
parent 95e384821a
commit 0dba97890e
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,8 @@
import { OpenAI } from 'openai';
import axios from 'axios';
import { AttachmentBuilder, PermissionFlagsBits } from 'discord.js';
import fs from 'fs/promises';
import path from 'path';
// Discord message max length
const MAX_DISCORD_MSG_LENGTH = 2000;

View File

@ -200,7 +200,7 @@ export default {
'botUtils',
'pbUtils',
'gitUtils',
//'condimentX',
'condimentX',
'responses',
'responsesPrompt',
'responsesQuery',