aboutsummaryrefslogtreecommitdiff
path: root/bot/src/storage/activities.js
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-03-03 11:42:27 -0500
committerAndrew Lee <andrew@alee14.me>2025-03-03 11:42:27 -0500
commitfd7f8eba960981482fabf350995bf753feebb176 (patch)
tree2bd0c85b09a04ecd8e1f20fc409eb4b8a22289a7 /bot/src/storage/activities.js
parentcf1382d88c5e3298923c8cb243b7bc5751e68b53 (diff)
downloadAleeBot-fd7f8eba960981482fabf350995bf753feebb176.tar.gz
AleeBot-fd7f8eba960981482fabf350995bf753feebb176.tar.bz2
AleeBot-fd7f8eba960981482fabf350995bf753feebb176.zip
More commands ported; Almost all 2.x features have been added
Diffstat (limited to 'bot/src/storage/activities.js')
-rw-r--r--bot/src/storage/activities.js13
1 files changed, 7 insertions, 6 deletions
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 }
];