Skip to content

Commit

Permalink
edit ඞ regex
Browse files Browse the repository at this point in the history
  • Loading branch information
chamik committed Apr 21, 2024
1 parent 41c2893 commit 5a31e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thorn/Services/MessageHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ await m.Channel.SendMessageAsync(_random.Next(2) == 0
else if (Regex.IsMatch(m.Content, @":3"))
await m.Channel.SendMessageAsync(":33");

else if (Regex.IsMatch(m.Content, @"among\s?us"))
else if (Regex.IsMatch(m.Content, @"amo[n]?g\s?us"))
await m.Channel.SendMessageAsync("ඞ");

else return false;
Expand Down

0 comments on commit 5a31e06

Please sign in to comment.