diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2023-12-10 00:30:19 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2023-12-10 00:30:19 +0000 |
commit | 954cc1da89cfcb66d7284eea69058adfc1d32169 (patch) | |
tree | 99bb9ebc5467e09ea7202a89dbc6ee449bc96e4f | |
parent | ae1c51d07d49feaebc8391034f87053abd06efa1 (diff) | |
download | SkyHanni-REPO-954cc1da89cfcb66d7284eea69058adfc1d32169.tar.gz SkyHanni-REPO-954cc1da89cfcb66d7284eea69058adfc1d32169.tar.bz2 SkyHanni-REPO-954cc1da89cfcb66d7284eea69058adfc1d32169.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/61368c57bd36f3d6be3d072cfd9bbb24ca8fa090
-rw-r--r-- | constants/regexes.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index 2d41adb..0b22a6a 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "6489b04", + "sourceLabel": "61368c5", "regexes": { "bingo.card.percentage": " {2}§8Top §.(?\u003cpercentage\u003e.*)%", "garden.plot.name": "§.Plot §7- §b(?\u003cname\u003e.*)", @@ -7,6 +7,7 @@ "minion.chat.coin": "§aYou received §r§6(.*) coins§r§a!", "minion.title": "Minion [^➜]", "minion.item.collect": "^§aCollect All$", - "harp.inventory": "^Harp.*" + "harp.inventory": "^Harp.*", + "event.winter.drank.jyrre": "§aYou drank a §r§6Refined Bottle of Jyrre §r§aand gained §r§b\\+300✎ Intelligence §r§afor §r§b60 minutes§r§a!" } }
\ No newline at end of file |