Skip to content

Commit d0ccb1b

Browse files
feat: Adding more discord bot phrases
The whole discord bot thing is hacky but all the bots phrase their messages in the same way and its currently the best way to distinguish between an actual user and a bot.
1 parent 2e666cf commit d0ccb1b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/Nullinside.Api.TwitchBot.Tests/ChatRules/DiscordTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ public class DiscordTests : AChatRuleUnitTestBase<Discord> {
1515
/// </summary>
1616
/// <param name="badString">The string that should fail.</param>
1717
[Test]
18+
[TestCase("Hey! Big fan of your content. I’d love to discuss some ideas or just support each other’s growth. Hit me up on Discord: xapar9")]
1819
[TestCase("Yo bruh \u2764\ufe0f let's sometimes play together and share tips add up on discord \ud83d\udc49 willam0340")]
1920
[TestCase("Hello mate you stream pretty cool that's why I follow I would love to be a fan of yours if you don't mind kindly add me on Discord: 👉👉lacaster5")]
2021
[TestCase("Hello, I just recently found your channel and can already tell that your content is great, and I would love to stick with you long term. If you're open to it, I'd be willing to connect with you on Discord. My username is teecash1000")]

src/Nullinside.Api.TwitchBot/ChatRules/Discord.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ public class Discord : AChatRule {
1919
"my discord username",
2020
"my username",
2121
"connect on discord",
22-
"add up"
22+
"add up",
23+
"hit me up"
2324
];
2425

2526
/// <inheritdoc />

0 commit comments

Comments
 (0)