V0.5.3 - Witch Queen activity update
This commit is contained in:
parent
5cad66452e
commit
f0bff77008
|
@ -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
|
||||
|
|
23
src/games.ts
23
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": {
|
||||
|
|
Loading…
Reference in New Issue