diff options
Diffstat (limited to 'bot/src/storage/activities.js')
| -rw-r--r-- | bot/src/storage/activities.js | 13 |
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 } ]; |
