aboutsummaryrefslogtreecommitdiff
path: root/bot/src/storage
diff options
context:
space:
mode:
Diffstat (limited to 'bot/src/storage')
-rw-r--r--bot/src/storage/activities.js9
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 }
];