diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-03-26 16:02:25 -0400 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-03-26 16:04:06 -0400 |
| commit | bc64422fdf34e512509cfc931569715828047c24 (patch) | |
| tree | 11cc24121519b5d2fd4c65907e1979d6f426981b /bot/src/storage/consts.js | |
| parent | f374c5bda7a9453266e46e77da3631d655998c68 (diff) | |
| download | AleeBot-bc64422fdf34e512509cfc931569715828047c24.tar.gz AleeBot-bc64422fdf34e512509cfc931569715828047c24.tar.bz2 AleeBot-bc64422fdf34e512509cfc931569715828047c24.zip | |
QOTD implemented; Removed readyMsg (replaced with NODE_ENV); More activities
Diffstat (limited to 'bot/src/storage/consts.js')
| -rw-r--r-- | bot/src/storage/consts.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/src/storage/consts.js b/bot/src/storage/consts.js index 9a408f4..231f5ca 100644 --- a/bot/src/storage/consts.js +++ b/bot/src/storage/consts.js @@ -1,5 +1,4 @@ export const abEmbedColour = '#0066a6'; -export const readyMsg = false; export const ollamaGlobal = true; export const ollamaModel = 'aleebot-deepseek'; export const featureSuggestChannel = '427495678390960148'; |
