From bc64422fdf34e512509cfc931569715828047c24 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 26 Mar 2025 16:02:25 -0400 Subject: QOTD implemented; Removed readyMsg (replaced with NODE_ENV); More activities --- bot/src/storage/consts.js | 1 - 1 file changed, 1 deletion(-) (limited to 'bot/src/storage/consts.js') 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'; -- cgit v1.2.3