diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-05 23:24:02 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-05 23:24:02 +0000 |
commit | a0ef8c85903389b51a754a193a9c74e58ed8ced9 (patch) | |
tree | 3403162ae0681ea21ec7a5c939353bf2dcadbef3 /constants/regexes.json | |
parent | 8cd13f6dee8f60a8b35bd3d87408afcc695e8acb (diff) | |
download | SkyHanni-REPO-a0ef8c85903389b51a754a193a9c74e58ed8ced9.tar.gz SkyHanni-REPO-a0ef8c85903389b51a754a193a9c74e58ed8ced9.tar.bz2 SkyHanni-REPO-a0ef8c85903389b51a754a193a9c74e58ed8ced9.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/45a4478cfd914ab78b8b99fa5eee47548119d072
Diffstat (limited to 'constants/regexes.json')
-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 bd02488..9e757d8 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "aff767b", + "sourceLabel": "45a4478", "regexes": { "data.hypixeldata.serverid.scoreboard": "§7\\d+/\\d+/\\d+ §8(?\u003cservertype\u003e[mM])(?\u003cserverid\u003e\\S+).*", "data.hypixeldata.serverid.tablist": " Server: §r§8(?\u003cserverid\u003e\\S+)", @@ -434,6 +434,7 @@ "bingo.card.tips.card": "Bingo Card", "bingo.card.tips.reward": "§.§.§7Reward", "bingo.card.tips.reward.contribution": "§.§.§7Contribution Rewards.*", + "bingo.card.tips.row.name": "§o§eRow #.*", "garden.visitor.droptracker.accept": "OFFER ACCEPTED with (?\u003cvisitor\u003e.*) [(](?\u003crarity\u003e.*)[)]", "garden.visitor.droptracker.copper": "[+](?\u003camount\u003e.*) Copper", "garden.visitor.droptracker.gardenexp": "[+](?\u003camount\u003e.*) Garden Experience", |