diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-03-20 01:47:19 -0400 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-03-20 01:47:19 -0400 |
| commit | c06c0be2e7520ceaf5284472d0d99c7417aceb7a (patch) | |
| tree | 22cd41cc51c0cdd345bf2133c6ed85772b6d306f /bot/src/storage/activities.js | |
| parent | bdeef58376711e9a49c3b6f26aaf3fc65fa6200b (diff) | |
| download | AleeBot-c06c0be2e7520ceaf5284472d0d99c7417aceb7a.tar.gz AleeBot-c06c0be2e7520ceaf5284472d0d99c7417aceb7a.tar.bz2 AleeBot-c06c0be2e7520ceaf5284472d0d99c7417aceb7a.zip | |
New command; New logging feature; QOTD (WIP)
Diffstat (limited to 'bot/src/storage/activities.js')
| -rw-r--r-- | bot/src/storage/activities.js | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/bot/src/storage/activities.js b/bot/src/storage/activities.js index df3bab5..155eeaa 100644 --- a/bot/src/storage/activities.js +++ b/bot/src/storage/activities.js @@ -70,7 +70,7 @@ export const activities = [ { name: 'Hacking SherCorp', type: 4 }, { name: 'Games with Tari', type: 0 }, { name: 'Decommissioning Meta Runners', type: 4 }, - { name: 'Installing Meta Runners', type: 0 }, + { name: 'Installing Meta Runners', type: 4 }, { name: '90% bug free!', type: 4 }, { name: 'Google Wallet', type: 0 }, { name: 'Apple Pay', type: 0 }, @@ -82,7 +82,7 @@ export const activities = [ { name: 'Evaluating JavaScript code', type: 4 }, { name: 'Evaluating C# code', type: 4 }, { name: 'Forkbombing FMP', type: 4 }, - { name: 'Merging with DLAP', type: 0 }, + { name: 'Merging with DLAP', type: 4 }, { name: 'Now asbestos-free!', type: 4 }, { name: 'May contain nuts!', type: 4 }, { name: 'MythOS', type: 0 }, @@ -91,10 +91,11 @@ export const activities = [ { name: 'Apple Vision Pro', type: 0 }, { name: 'What is Web3?', type: 4 }, { name: 'GNU\'s NOT UNIX!', type: 4 }, - { name: 'Linux, but actually GNU/Linux', type: 4 }, + { name: 'Linux, but actually GNU/Linux', type: 0 }, { 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: 'Helping Kapuletti Industries', type: 4 }, + { name: 'The Beat 92.5 - MTL\'s Perfect Mix', type: 2 }, { name: `Now running on Discord.JS ${discordVersion}!`, type: 4 } ]; |
