diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-03-20 23:10:25 -0400 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-03-20 23:10:25 -0400 |
| commit | dc4a767772dc824c67324cacbac4897bdf6c028c (patch) | |
| tree | d462808c6ba7d2184ebe76db669b3c88be680015 /bot/src/storage | |
| parent | 0f55f5f52e84fd5cdedb448d408dfa3c69c5fe5f (diff) | |
| download | AleeBot-dc4a767772dc824c67324cacbac4897bdf6c028c.tar.gz AleeBot-dc4a767772dc824c67324cacbac4897bdf6c028c.tar.bz2 AleeBot-dc4a767772dc824c67324cacbac4897bdf6c028c.zip | |
Eval is now an interaction command instead; Readme changes
Diffstat (limited to 'bot/src/storage')
| -rw-r--r-- | bot/src/storage/consts.js | 1 |
1 files changed, 1 insertions, 0 deletions
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'; |
