diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-03-27 01:59:14 -0400 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-03-27 01:59:14 -0400 |
| commit | 7b9a58cac0b59a73562d68540292e89f57bf30cf (patch) | |
| tree | bb4c8344ef0e461e4ab5c7b47ebca904819fcb59 /bot/src/storage/activities.js | |
| parent | 598e23ab48f29e13b490ac15acc6f7bbe3671028 (diff) | |
| download | AleeBot-7b9a58cac0b59a73562d68540292e89f57bf30cf.tar.gz AleeBot-7b9a58cac0b59a73562d68540292e89f57bf30cf.tar.bz2 AleeBot-7b9a58cac0b59a73562d68540292e89f57bf30cf.zip | |
More activities; LLM model now needs .env; No longer need to confirm a pending quote
Diffstat (limited to 'bot/src/storage/activities.js')
| -rw-r--r-- | bot/src/storage/activities.js | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/bot/src/storage/activities.js b/bot/src/storage/activities.js index 73051de..9394e15 100644 --- a/bot/src/storage/activities.js +++ b/bot/src/storage/activities.js @@ -97,6 +97,8 @@ export const activities = [ { name: 'Linux, but actually GNU/Linux', type: 0 }, { name: 'Debloating my ThinkPad', type: 4 }, { name: 'Turbotastic!', type: 4 }, + { name: 'Leap of Faith', type: 0 }, + { name: 'Lexi Dimante', type: 2 }, { name: 'Artemis', type: 0 }, { name: 'Helping Kapuletti Industries', type: 4 }, { name: 'Frank (The Game)', type: 0 }, @@ -116,8 +118,8 @@ export const activities = [ { name: '86Box', type: 0 }, { name: 'AIM', type: 0 }, { name: 'Software Inc.', type: 0 }, - { name: 'Nintendo GameBoy', type: 0 }, - { name: 'Nintendo GameBoy Advanced', type: 0 }, + { name: 'Nintendo Game Boy', type: 0 }, + { name: 'Nintendo Game Boy Advance', type: 0 }, { name: 'Nintendo DS', type: 0 }, { name: 'Nintendo DSi', type: 0 }, { name: 'Nintendo 3DS', type: 0 }, @@ -129,5 +131,17 @@ export const activities = [ { name: 'Nintendo Wii U', type: 0 }, { name: 'Nintendo Switch', type: 0 }, { name: 'Nintendo Switch 2', type: 0 }, - { name: 'Sony Playstation 2', type: 0 } + { name: 'Sony Playstation', type: 0 }, + { name: 'Sony Playstation 2', type: 0 }, + { name: 'Sony Playstation 3', type: 0 }, + { name: 'Sony Playstation 4', type: 0 }, + { name: 'Sony Playstation 5', type: 0 }, + { name: 'Microsoft Xbox', type: 0 }, + { name: 'Microsoft Xbox 360', type: 0 }, + { name: 'Microsoft Xbox One', type: 0 }, + { name: 'Microsoft Xbox Series X', type: 0 }, + { name: 'Microsoft Xbox Series S', type: 0 }, + { name: 'Dance Dance Revolution', type: 0 }, + { name: 'Dance Dance Revolution SuperNOVA', type: 0 }, + { name: 'Pump It Up', type: 0 } ]; |
