Added new dungeon, reordered dungeon list to be newest to oldest
This commit is contained in:
Ean Milligan (Bastion) 2022-05-24 21:28:10 -04:00
parent 01051cc4b0
commit 86ecb0a60b
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
export const config = {
"name": "Group Up", // Name of the bot
"version": "0.5.5", // Version of the bot
"version": "0.5.6", // 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

View File

@ -8,10 +8,11 @@ export const LFGActivities = {
"Last Wish": 6
},
"Dungeons": {
"Duality": 3,
"Grasp of Avarice": 3,
"Prophecy": 3,
"Pit of Heresy": 3,
"Shattered Throne": 3,
"Grasp of Avarice": 3
"Shattered Throne": 3
},
"Crucible": {
"Crucible (Control)": 6,