From fd7f8eba960981482fabf350995bf753feebb176 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 3 Mar 2025 11:42:27 -0500 Subject: More commands ported; Almost all 2.x features have been added --- bot/src/storage/activities.js | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'bot/src/storage/activities.js') diff --git a/bot/src/storage/activities.js b/bot/src/storage/activities.js index b50f2dd..ffdb468 100644 --- a/bot/src/storage/activities.js +++ b/bot/src/storage/activities.js @@ -59,12 +59,12 @@ const activities = [ { name: 'Pocket Gakusei', type: 0 }, { name: 'Hidden Heroes', type: 0 }, { name: 'Skybreakers', type: 0 }, - { name: 'Always Running', type: 0 }, - { name: 'Only Up', type: 0 }, - { name: 'Trade', type: 0 }, - { name: 'Breeze', type: 0 }, - { name: 'Steady', type: 0 }, - { name: 'Bluejay', type: 0 }, + { name: 'Always Running', type: 2 }, + { name: 'Only Up', type: 2 }, + { name: 'Trade', type: 2 }, + { name: 'Breeze', type: 2 }, + { name: 'Steady', type: 2 }, + { name: 'Bluejay', type: 2 }, { name: 'Exposing TAS-Corp', type: 4 }, { name: 'Fighting Evelyn Claythorne', type: 4 }, { name: 'Frying Dr. Sheridan', type: 4 }, @@ -95,6 +95,7 @@ const activities = [ { name: 'Linux, but actually GNU/Linux', type: 4 }, { name: 'Debloating my ThinkPad', type: 4 }, { name: 'Turbotastic!', type: 4 }, + { name: 'Artemis', type: 0 }, { name: `Now running on Discord.JS ${discordVersion}!`, type: 4 } ]; -- cgit v1.2.3