From e8e4a39d3323580e67684125c1b5dfc4828a23e8 Mon Sep 17 00:00:00 2001 From: zeragonii Date: Sat, 19 Oct 2024 20:21:27 +0000 Subject: [PATCH] tweak alias matrix --- bot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot.py b/bot.py index 370b05d..41a5fbd 100644 --- a/bot.py +++ b/bot.py @@ -23,8 +23,8 @@ log_file = "lfm_logs.json" dungeon_aliases = { "Ara-Kara, City of Echoes": ["ara", "city of echoes", "coe"], "City of Threads": ["threads", "city of threads", "cot"], - "The Stonevault": ["stonevault", "vault"], - "The Dawnbreaker": ["dawnbreaker", "breaker"], + "The Stonevault": ["stonevault", "vault", "sv"], + "The Dawnbreaker": ["dawnbreaker", "breaker", "dawn"], "Mists of Tirna Scithe": ["mists", "tirna", "scithe", "mots"], "The Necrotic Wake": ["nw", "necrotic wake", "necrotic"], "Siege of Boralus": ["siege", "boralus", "sob"],