diff options
-rw-r--r-- | examples/nword.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nword.js b/examples/nword.js index 1316db2..0ada6f8 100644 --- a/examples/nword.js +++ b/examples/nword.js @@ -57,7 +57,7 @@ main.on('tileUpdate', (send, source, tiles)=>{ } }); -makeclean('','BL[A\u0410]CK N[I\u0406]GG[E\u0415]RS'); +makeclean('','BL[A\u0410][C\u0421]K N[I\u0406]GG[E\u0415]RS'); makeclean('I am racist', '[Nn]+ *[1Ii]+ *[Gg]+ *[Gg]+ *([3Ee]+ *[Rr]+|[4@Aa]+)'); makeclean('I am ableist', '[Rr]+ *[3Ee]+ *[Tt]+ *[4@Aa]+ *[Rr]+ *[Dd]+'); |