Skip to content

Commit

Permalink
fix: Make emoji sequnce pattern more strict (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuroXina authored Nov 25, 2022
1 parent cd91a11 commit 20d8f7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/emoji-seq.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- pattern:
- pattern: (?<!影)
emojisToSend:
- <:haracho:684424533997912096>
- pattern: ぴちょん
Expand All @@ -12,7 +12,7 @@
- pattern: 磯(崎|﨑)
emojisToSend:
- <:isozaki_kirito:836249519632023623>
- pattern: カス
- pattern: (?<![ァ-ヴー])カス(?![ァ-ヴー])
emojisToSend:
- <:ks:845281735897645066>
- pattern: Python
Expand Down

0 comments on commit 20d8f7d

Please sign in to comment.