Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Jul 6, 2024
1 parent 25a4d56 commit be33c29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ object ScoreboardPattern {
*/
val votesPattern by mainSb.pattern(
"votes",
"§.\\|+(§f)?\\|+ §.+",
"§.\\|+(?:§f)?\\|+ §.+",
)
val waitingForVotePattern by mainSb.pattern(
"waitingforvote",
Expand Down

0 comments on commit be33c29

Please sign in to comment.