diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2023-12-21 11:52:01 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2023-12-21 11:52:01 +0000 |
commit | 2c112c0878ab48e751df4872a1b871b2ac96034d (patch) | |
tree | f076f808567ae5767daaaf88f62b45d5a617ac27 | |
parent | 5f6bf763cdb703144894c0ed1c27eee74ad02896 (diff) | |
download | SkyHanni-REPO-2c112c0878ab48e751df4872a1b871b2ac96034d.tar.gz SkyHanni-REPO-2c112c0878ab48e751df4872a1b871b2ac96034d.tar.bz2 SkyHanni-REPO-2c112c0878ab48e751df4872a1b871b2ac96034d.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/c9757841e10bb214e8fd7edd0f07e5c5ef88fe4a
-rw-r--r-- | constants/regexes.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index 5dd238f..2cbf5cf 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,10 +1,11 @@ { - "sourceLabel": "b6d939a", + "sourceLabel": "c975784", "regexes": { "data.owninventory.chat.movedsacktoinventory": "§aMoved §r§e\\d* (?\u003cname\u003e.*)§r§a from your Sacks to your inventory.", "bingo.card.percentage": " {2}§8Top §.(?\u003cpercentage\u003e.*)%", "garden.plot.name": "§.Plot §7- §b(?\u003cname\u003e.*)", "garden.plot.spray.target": "§a§lSPRAYONATOR! §r§7You sprayed §r§aPlot §r§7- §r§b(?\u003cplot\u003e.*) §r§7with §r§a(?\u003cspray\u003e.*)§r§7!", + "auctions.highlight.buyitnow": "§7Buy it now: §6(?\u003ccoins\u003e.*) coins", "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 [^➜]", |