Skip to content

Commit

Permalink
fixed regex
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Mar 13, 2024
1 parent 5b1aee2 commit f3d251b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ object ScoreboardPattern {
)
val votesPattern by mainSb.pattern(
"votes",
"(?<votes>§[caebd]\\|+(§f)?\\|+ §(.+)$)$)"
"(?<votes>§[caebd]\\|+(§f)?\\|+ §(.+)$)"
)
val waitingForVotePattern by mainSb.pattern(
"waitingforvote",
Expand Down

0 comments on commit f3d251b

Please sign in to comment.