From f0bff770087ba94533f57ae8114353c58d3d481d Mon Sep 17 00:00:00 2001 From: "Ean Milligan (Bastion)" Date: Sun, 6 Mar 2022 00:23:23 -0500 Subject: [PATCH] V0.5.3 - Witch Queen activity update --- config.example.ts | 2 +- src/games.ts | 23 +++++++++++++---------- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/config.example.ts b/config.example.ts index 14ec719..7fb7ac2 100644 --- a/config.example.ts +++ b/config.example.ts @@ -1,6 +1,6 @@ export const config = { "name": "Group Up", // Name of the bot - "version": "0.5.2", // Version of the bot + "version": "0.5.3", // Version of the bot "token": "the_bot_token", // Discord API Token for this bot "localtoken": "local_testing_token", // Discord API Token for a secondary OPTIONAL testing bot, THIS MUST BE DIFFERENT FROM "token" "prefix": "gu!", // Prefix for all commands diff --git a/src/games.ts b/src/games.ts index 7eb7024..c8276fd 100644 --- a/src/games.ts +++ b/src/games.ts @@ -1,6 +1,7 @@ export const LFGActivities = { "Destiny 2": { "Raids": { + "Vow of the Disciple": 6, "Vault of Glass": 6, "Deep Stone Crypt": 6, "Garden of Salvation": 6, @@ -24,21 +25,23 @@ export const LFGActivities = { "Gambit (Classic)": 4, "Gambit (Private Match)": 8 }, - "Exotic Missions": { - "Presage": 3, - "Harbinger": 3 - }, + /* "Exotic Missions": { + // "Presage": 3, + // "Harbinger": 3 + }, */ "Nightfall": 3, "Miscellaneous": { + "Wellspring": 6, "Dares of Eternity": 6, - "Astral Alignment": 6, - "Shattered Realm": 3, - "Override": 6, - "Expunge": 3, - "Battlegrounds": 3, + // "Astral Alignment": 6, + // "Shattered Realm": 3, + // "Override": 6, + // "Expunge": 3, + // "Battlegrounds": 3, "Wrathborn Hunt": 3, "Empire Hunt": 3, - "Nightmare Hunt": 3 + "Vanguard Operations": 3 + // "Nightmare Hunt": 3 } }, "Among Us": {