diff --git a/src/Nullinside.Api.TwitchBot.Tests/ChatRules/BestCheapViewersTests.cs b/src/Nullinside.Api.TwitchBot.Tests/ChatRules/BestCheapViewersTests.cs index 07e6cf1..9f57cfc 100644 --- a/src/Nullinside.Api.TwitchBot.Tests/ChatRules/BestCheapViewersTests.cs +++ b/src/Nullinside.Api.TwitchBot.Tests/ChatRules/BestCheapViewersTests.cs @@ -30,6 +30,10 @@ public class BestCheapViewersTests : AChatRuleUnitTestBase { [TestCase("C̀heap Viewers on ***")] [TestCase("Cheaͧp v̫iewers on ***")] [TestCase("Cheaͧp v̫iewers on *** ")] + [TestCase("Cheap viewers ͚on followersboosters.ru @U8y0GrKS")] + [TestCase("Chea̓p viewers on streamboo. com (remove the space) @ND80DOGe")] + [TestCase("Bestͮ vie͐wers ̷on cutt.ly/EeK6Anda")] + [TestCase("Bestͮ vie͐wers ̷on viewerszone.online")] public async Task TestKnownStrings(string badString) { var rule = new BestCheapViewers(); var botProxy = new Mock(); diff --git a/src/Nullinside.Api.TwitchBot.Tests/ChatRules/DiscordTests.cs b/src/Nullinside.Api.TwitchBot.Tests/ChatRules/DiscordTests.cs index fb23566..d309d7f 100644 --- a/src/Nullinside.Api.TwitchBot.Tests/ChatRules/DiscordTests.cs +++ b/src/Nullinside.Api.TwitchBot.Tests/ChatRules/DiscordTests.cs @@ -19,6 +19,8 @@ public class DiscordTests : AChatRuleUnitTestBase { [TestCase("Hey there 👋 You stream pretty cool that’s why I followed you. I will like to make you a friend and be a fan, if you don’t mind Kindly chat me on Discord, my Discord username is tuckzay")] [TestCase("Hi! Just wanted to say that I absolutely love your gameplay and content.l'd love to connect better with you on Discord if that's possible. Looking forward to more awesome streams from you! My username is 👉👉👉 edisonpires")] [TestCase("What's up Friend, great stream! I'm having a blast watching you stream. Let's move the conversation to Discord, where we can discuss more about streaming in more detail and get to know each other better. See you there! My discord username is 👉john_6029")] + [TestCase("\"Love your streams! Let's connect on Discord (ice_0147) and build a community! I'd love to support you as a fan & friend!\"")] + [TestCase("“Hello I Love your streams, they’re amazing! Let’s connect on Discord (ayome_01) and grow a community. I’d love to support you as a fan and friend!”")] public async Task TestKnownStrings(string badString) { var rule = new Discord(); var botProxy = new Mock(); diff --git a/src/Nullinside.Api.TwitchBot/ChatRules/Discord.cs b/src/Nullinside.Api.TwitchBot/ChatRules/Discord.cs index fe590ba..f421c0e 100644 --- a/src/Nullinside.Api.TwitchBot/ChatRules/Discord.cs +++ b/src/Nullinside.Api.TwitchBot/ChatRules/Discord.cs @@ -13,7 +13,8 @@ public class Discord : AChatRule { private readonly string[] KNOWN_PHRASES = [ "add me on discord", "my username is", - "my discord username is" + "my discord username is", + "connect on discord" ]; ///