From 9c4e0f3a1a8c54a73fde9393085dac53ec9a2fc0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 9 Dec 2023 21:24:43 +0000 Subject: Update regexes based on https://github.com/hannibal002/Skyhanni/commit/beb9d2367991633a6ba2d5b2b4b5601753e2e998 --- constants/regexes.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/constants/regexes.json b/constants/regexes.json index 98061f3..4da24aa 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,8 +1,12 @@ { - "sourceLabel": "6178599", + "sourceLabel": "beb9d23", "regexes": { "bingo.card.percentage": " {2}§8Top §.(?\u003cpercentage\u003e.*)%", "garden.plot.name": "§.Plot §7- §b(?\u003cname\u003e.*)", + "minion.chat.upgrade": "§aYou have upgraded your Minion to Tier (?\u003ctier\u003e.*)", + "minion.chat.coin": "§aYou received §r§6(.*) coins§r§a!", + "minion.title": "Minion [^➜]", + "minion.item.collect": "^§aCollect All$", "harp.inventory": "^Harp.*" } } \ No newline at end of file -- cgit