Skip to content

Commit

Permalink
Merge pull request #11 from vuhiza/main
Browse files Browse the repository at this point in the history
Added normal laugh
  • Loading branch information
awitwicki authored May 23, 2024
2 parents f1a47dc + 5371ddc commit 3036cf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RudeBot.Domain/Consts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

public static class Consts
{
public const string BotVersion = "3.36.6";
public const string BotVersion = "3.37";

public const string BadWordsService = "BadWordsService";
public const string AdvicesService = "AdvicesService";

public const string TnxWordsRegex = "(?<=\\B)\\+(?=\\B)|спасибі|спс|сяп|tnx|дяки|дякс|благодарочка|вдячний|спасибо|дякую|благодарю|👍|😁|😂|😄|😆|хаха|хех|дзенькую|вогонь|агонь|агінь|вагінь";
public const string TnxWordsRegex = "(?<=\\B)\\+(?=\\B)|спасибі|спс|сяп|tnx|дяки|дякс|благодарочка|вдячний|спасибо|дякую|благодарю|👍|😁|😂|😄|😆|хаха|хех|дзенькую|вогонь|агонь|агінь|вагінь|xd|хд";
}

0 comments on commit 3036cf2

Please sign in to comment.