From dc4a767772dc824c67324cacbac4897bdf6c028c Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 20 Mar 2025 23:10:25 -0400 Subject: Eval is now an interaction command instead; Readme changes --- bot/src/storage/consts.js | 1 + 1 file changed, 1 insertion(+) (limited to 'bot/src/storage') diff --git a/bot/src/storage/consts.js b/bot/src/storage/consts.js index 80a65aa..9255cd2 100644 --- a/bot/src/storage/consts.js +++ b/bot/src/storage/consts.js @@ -3,6 +3,7 @@ export const readyMsg = false; export const ollamaGlobal = true; export const ollamaModel = 'aleebot-deepseek'; export const featureSuggestChannel = '427495678390960148'; +export const userWhitelist = ['242775871059001344']; export const autoRole = true; export const serverWhitelist = '243022206437687296'; -- cgit v1.2.3