diff options
Diffstat (limited to 'bot/src/storage')
| -rw-r--r-- | bot/src/storage/activities.js | 20 | ||||
| -rw-r--r-- | bot/src/storage/consts.js | 1 |
2 files changed, 17 insertions, 4 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 } ]; diff --git a/bot/src/storage/consts.js b/bot/src/storage/consts.js index 231f5ca..b62d218 100644 --- a/bot/src/storage/consts.js +++ b/bot/src/storage/consts.js @@ -1,6 +1,5 @@ export const abEmbedColour = '#0066a6'; export const ollamaGlobal = true; -export const ollamaModel = 'aleebot-deepseek'; export const featureSuggestChannel = '427495678390960148'; export const userWhitelist = ['242775871059001344']; |
