From bc64422fdf34e512509cfc931569715828047c24 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 26 Mar 2025 16:02:25 -0400 Subject: QOTD implemented; Removed readyMsg (replaced with NODE_ENV); More activities --- bot/src/storage/activities.js | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) (limited to 'bot/src/storage/activities.js') diff --git a/bot/src/storage/activities.js b/bot/src/storage/activities.js index 155eeaa..73051de 100644 --- a/bot/src/storage/activities.js +++ b/bot/src/storage/activities.js @@ -4,6 +4,7 @@ const { version: abVersion } = JSON.parse(readFileSync('./package.json', 'utf-8' export const activities = [ { name: `AleeBot ${abVersion}`, type: 4 }, + { name: `Now running on Discord.JS ${discordVersion}!`, type: 4 }, { name: 'Coding bytes', type: 4 }, { name: 'Drawing shapes', type: 4 }, { name: 'Fighting Quad', type: 4 }, @@ -40,7 +41,7 @@ export const activities = [ { name: 'Monica Is Going To Cosume You', type: 4 }, { name: 'BLĂ…HAJ', type: 4 }, { name: 'ShiftOS', type: 0 }, - { name: 'Histacom', type: 2 }, + { name: 'Histacom', type: 0 }, { name: 'Wall Street', type: 4 }, { name: 'Mac OS X Jaguar', type: 0 }, { name: 'Abunchoo 12.10', type: 0 }, @@ -77,10 +78,12 @@ export const activities = [ { name: 'Splatoon 3', type: 0 }, { name: 'Super Mario 64', type: 0 }, { name: 'Minceraft', type: 0 }, + { name: 'Minecraft', type: 0 }, { name: 'Mario Kart 8', type: 0 }, { name: 'bnbmc', type: 0 }, { name: 'Evaluating JavaScript code', type: 4 }, { name: 'Evaluating C# code', type: 4 }, + { name: 'Evaluating Rust code', type: 4 }, { name: 'Forkbombing FMP', type: 4 }, { name: 'Merging with DLAP', type: 4 }, { name: 'Now asbestos-free!', type: 4 }, @@ -96,6 +99,35 @@ export const activities = [ { name: 'Turbotastic!', type: 4 }, { name: 'Artemis', type: 0 }, { name: 'Helping Kapuletti Industries', type: 4 }, + { name: 'Frank (The Game)', type: 0 }, + { name: 'Blasting earbuds with the Maraca Cracker 9000', type: 4 }, + { name: 'Scarlet Fire', type: 2 }, { name: 'The Beat 92.5 - MTL\'s Perfect Mix', type: 2 }, - { name: `Now running on Discord.JS ${discordVersion}!`, type: 4 } + { name: 'Removing unsafe code', type: 4 }, + { name: 'Google Pixel 7', type: 0 }, + { name: 'FreeSO', type: 0 }, + { name: 'The Sims 1', type: 0 }, + { name: 'The Sims 2', type: 0 }, + { name: 'The Sims 3', type: 0 }, + { name: 'The Sims 4', type: 0 }, + { name: 'inZOI', type: 0 }, + { name: 'Paralives', type: 0 }, + { name: 'CollabVM', type: 0 }, + { name: '86Box', type: 0 }, + { name: 'AIM', type: 0 }, + { name: 'Software Inc.', type: 0 }, + { name: 'Nintendo GameBoy', type: 0 }, + { name: 'Nintendo GameBoy Advanced', type: 0 }, + { name: 'Nintendo DS', type: 0 }, + { name: 'Nintendo DSi', type: 0 }, + { name: 'Nintendo 3DS', type: 0 }, + { name: 'Nintendo Entertainment System', type: 0 }, + { name: 'Super Nintendo Entertainment System', type: 0 }, + { name: 'Nintendo 64', type: 0 }, + { name: 'Nintendo Gamecube', type: 0 }, + { name: 'Nintendo Wii', type: 0 }, + { name: 'Nintendo Wii U', type: 0 }, + { name: 'Nintendo Switch', type: 0 }, + { name: 'Nintendo Switch 2', type: 0 }, + { name: 'Sony Playstation 2', type: 0 } ]; -- cgit v1.2.3