From c06c0be2e7520ceaf5284472d0d99c7417aceb7a Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 20 Mar 2025 01:47:19 -0400 Subject: New command; New logging feature; QOTD (WIP) --- bot/src/storage/activities.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'bot/src/storage/activities.js') 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 } ]; -- cgit v1.2.3