V0.5.3 - Witch Queen activity update

This commit is contained in:
Ean Milligan (Bastion) 2022-03-06 00:23:23 -05:00
parent 5cad66452e
commit f0bff77008
2 changed files with 14 additions and 11 deletions

View File

@ -1,6 +1,6 @@
export const config = { export const config = {
"name": "Group Up", // Name of the bot "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 "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" "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 "prefix": "gu!", // Prefix for all commands

View File

@ -1,6 +1,7 @@
export const LFGActivities = { export const LFGActivities = {
"Destiny 2": { "Destiny 2": {
"Raids": { "Raids": {
"Vow of the Disciple": 6,
"Vault of Glass": 6, "Vault of Glass": 6,
"Deep Stone Crypt": 6, "Deep Stone Crypt": 6,
"Garden of Salvation": 6, "Garden of Salvation": 6,
@ -24,21 +25,23 @@ export const LFGActivities = {
"Gambit (Classic)": 4, "Gambit (Classic)": 4,
"Gambit (Private Match)": 8 "Gambit (Private Match)": 8
}, },
"Exotic Missions": { /* "Exotic Missions": {
"Presage": 3, // "Presage": 3,
"Harbinger": 3 // "Harbinger": 3
}, }, */
"Nightfall": 3, "Nightfall": 3,
"Miscellaneous": { "Miscellaneous": {
"Wellspring": 6,
"Dares of Eternity": 6, "Dares of Eternity": 6,
"Astral Alignment": 6, // "Astral Alignment": 6,
"Shattered Realm": 3, // "Shattered Realm": 3,
"Override": 6, // "Override": 6,
"Expunge": 3, // "Expunge": 3,
"Battlegrounds": 3, // "Battlegrounds": 3,
"Wrathborn Hunt": 3, "Wrathborn Hunt": 3,
"Empire Hunt": 3, "Empire Hunt": 3,
"Nightmare Hunt": 3 "Vanguard Operations": 3
// "Nightmare Hunt": 3
} }
}, },
"Among Us": { "Among Us": {