diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-03-04 10:05:14 -0500 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-03-04 10:05:14 -0500 |
| commit | cc06b8ed4e4e0aef02dfd8ab15df22a57a177a0a (patch) | |
| tree | deffb57bee9fe24a8d1b8143fba603774544ee00 /bot/src/storage/activities.js | |
| parent | 11bb9ab6b30314d91209bc9888d95783cc247e98 (diff) | |
| download | AleeBot-cc06b8ed4e4e0aef02dfd8ab15df22a57a177a0a.tar.gz AleeBot-cc06b8ed4e4e0aef02dfd8ab15df22a57a177a0a.tar.bz2 AleeBot-cc06b8ed4e4e0aef02dfd8ab15df22a57a177a0a.zip | |
Readme change; Docker; Logging
Diffstat (limited to 'bot/src/storage/activities.js')
| -rw-r--r-- | bot/src/storage/activities.js | 6 |
1 files changed, 2 insertions, 4 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 }; |
