aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-action@users.noreply.github.com>2023-12-09 21:24:43 +0000
committergithub-actions[bot] <github-action@users.noreply.github.com>2023-12-09 21:24:43 +0000
commit9c4e0f3a1a8c54a73fde9393085dac53ec9a2fc0 (patch)
treee451c0d38425669b4c558dddd56cb0e176578f99
parent9a75a9e61cd1acd3eb6baa8607a07b011dd55309 (diff)
downloadSkyHanni-REPO-9c4e0f3a1a8c54a73fde9393085dac53ec9a2fc0.tar.gz
SkyHanni-REPO-9c4e0f3a1a8c54a73fde9393085dac53ec9a2fc0.tar.bz2
SkyHanni-REPO-9c4e0f3a1a8c54a73fde9393085dac53ec9a2fc0.zip
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/beb9d2367991633a6ba2d5b2b4b5601753e2e998
-rw-r--r--constants/regexes.json6
1 files changed, 5 insertions, 1 deletions
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