From f18f5fff1fd0b8336df464d6e6f62efbc29aa618 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 29 Mar 2025 11:42:40 -0400 Subject: Added analytics; try/catch for ready event --- bot/src/storage/consts.js | 1 + 1 file changed, 1 insertion(+) (limited to 'bot/src/storage/consts.js') diff --git a/bot/src/storage/consts.js b/bot/src/storage/consts.js index b62d218..71a77ab 100644 --- a/bot/src/storage/consts.js +++ b/bot/src/storage/consts.js @@ -1,5 +1,6 @@ export const abEmbedColour = '#0066a6'; export const ollamaGlobal = true; +export const enableAnalytics = true; export const featureSuggestChannel = '427495678390960148'; export const userWhitelist = ['242775871059001344']; -- cgit v1.2.3