V0.5.6
Added new dungeon, reordered dungeon list to be newest to oldest
This commit is contained in:
parent
01051cc4b0
commit
86ecb0a60b
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue