V0.5.1&V0.5.2
Updated games.ts to include up to date data, updated games.ts to be more descriptive for crucible and gambit.
This commit is contained in:
parent
600607bee8
commit
a87d43374c
|
@ -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.0", // Version of the bot
|
"version": "0.5.2", // 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
|
||||||
|
|
19
src/games.ts
19
src/games.ts
|
@ -9,18 +9,20 @@ export const LFGActivities = {
|
||||||
"Dungeons": {
|
"Dungeons": {
|
||||||
"Prophecy": 3,
|
"Prophecy": 3,
|
||||||
"Pit of Heresy": 3,
|
"Pit of Heresy": 3,
|
||||||
"Shattered Throne": 3
|
"Shattered Throne": 3,
|
||||||
|
"Grasp of Avarice": 3
|
||||||
},
|
},
|
||||||
"Crucible": {
|
"Crucible": {
|
||||||
|
"Crucible (Control)": 6,
|
||||||
|
"Crucible (Survival)": 3,
|
||||||
|
"Crucible (Elimination)": 3,
|
||||||
|
"Crucible (Private Match)": 12,
|
||||||
"Iron Banner": 6,
|
"Iron Banner": 6,
|
||||||
"Quickplay": 6,
|
"Trials of Osiris": 3
|
||||||
"Competitive": 3,
|
|
||||||
"Trials of Osiris": 3,
|
|
||||||
"Private Match": 12
|
|
||||||
},
|
},
|
||||||
"Gambit": {
|
"Gambit": {
|
||||||
"Classic": 4,
|
"Gambit (Classic)": 4,
|
||||||
"Private Match": 8
|
"Gambit (Private Match)": 8
|
||||||
},
|
},
|
||||||
"Exotic Missions": {
|
"Exotic Missions": {
|
||||||
"Presage": 3,
|
"Presage": 3,
|
||||||
|
@ -28,6 +30,9 @@ export const LFGActivities = {
|
||||||
},
|
},
|
||||||
"Nightfall": 3,
|
"Nightfall": 3,
|
||||||
"Miscellaneous": {
|
"Miscellaneous": {
|
||||||
|
"Dares of Eternity": 6,
|
||||||
|
"Astral Alignment": 6,
|
||||||
|
"Shattered Realm": 3,
|
||||||
"Override": 6,
|
"Override": 6,
|
||||||
"Expunge": 3,
|
"Expunge": 3,
|
||||||
"Battlegrounds": 3,
|
"Battlegrounds": 3,
|
||||||
|
|
Loading…
Reference in New Issue