From 86ecb0a60b8e11f2785e7c6466eb41f76fb5d12b Mon Sep 17 00:00:00 2001 From: "Ean Milligan (Bastion)" Date: Tue, 24 May 2022 21:28:10 -0400 Subject: [PATCH] V0.5.6 Added new dungeon, reordered dungeon list to be newest to oldest --- config.example.ts | 2 +- src/games.ts | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config.example.ts b/config.example.ts index f2232de..c569891 100644 --- a/config.example.ts +++ b/config.example.ts @@ -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 diff --git a/src/games.ts b/src/games.ts index ed9416d..f86e71a 100644 --- a/src/games.ts +++ b/src/games.ts @@ -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,