diff options
Diffstat (limited to 'bot/src/storage')
| -rw-r--r-- | bot/src/storage/activities.js | 6 | ||||
| -rw-r--r-- | bot/src/storage/consts.js | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/bot/src/storage/activities.js b/bot/src/storage/activities.js index ffdb468..df3bab5 100644 --- a/bot/src/storage/activities.js +++ b/bot/src/storage/activities.js @@ -2,8 +2,7 @@ import { version as discordVersion } from 'discord.js'; import { readFileSync } from 'node:fs'; const { version: abVersion } = JSON.parse(readFileSync('./package.json', 'utf-8')); - -const activities = [ +export const activities = [ { name: `AleeBot ${abVersion}`, type: 4 }, { name: 'Coding bytes', type: 4 }, { name: 'Drawing shapes', type: 4 }, @@ -96,7 +95,6 @@ const activities = [ { name: 'Debloating my ThinkPad', type: 4 }, { name: 'Turbotastic!', type: 4 }, { name: 'Artemis', type: 0 }, + { name: 'The Beat 92.5 - Montreal\'s Perfect Mix', type: 2 }, { name: `Now running on Discord.JS ${discordVersion}!`, type: 4 } ]; - -export { activities }; diff --git a/bot/src/storage/consts.js b/bot/src/storage/consts.js index 9172e92..905ef79 100644 --- a/bot/src/storage/consts.js +++ b/bot/src/storage/consts.js @@ -1,4 +1,5 @@ export const abEmbedColour = '#0066a6'; -export const readyMsg = true; +export const readyMsg = false; export const ollamaEnabled = false; export const ollamaModel = 'deepseek-r1:14b'; +export const featureSuggestChannel = '427495678390960148'; |
