aboutsummaryrefslogtreecommitdiff
path: root/bot/src/storage
diff options
context:
space:
mode:
Diffstat (limited to 'bot/src/storage')
-rw-r--r--bot/src/storage/activities.js13
-rw-r--r--bot/src/storage/consts.js2
2 files changed, 9 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 }
];
diff --git a/bot/src/storage/consts.js b/bot/src/storage/consts.js
index 89f1b8a..12a53eb 100644
--- a/bot/src/storage/consts.js
+++ b/bot/src/storage/consts.js
@@ -1 +1,3 @@
export const abEmbedColour = '#0066a6';
+export const readyMsg = true;
+