Skip to content

Commit

Permalink
fix CenturyPartyInvitation.chatFoundAllPattern
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Feb 7, 2025
1 parent 5ec052f commit d1e47b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ object CenturyPartyInvitation {
* REGEX-TEST: §aYou had already gained the bonus, so... at least everyone is now invited!
*/
private val chatFoundAllPattern by chatGroup.pattern(
"chat-message.party-add",
"chat-message.found-all",
"§aYou had already gained the bonus, so\\.\\.\\. at least everyone is now invited!",
)

Expand Down

0 comments on commit d1e47b1

Please sign in to comment.