Because apparently being retards in the chat is lol xD lmao so funny and my patch the other day made some people mad the war has now escalated

This commit is contained in:
barelyprofessional
2026-04-09 20:32:44 -05:00
parent 354b1cfd99
commit 9e921d5ff9
3 changed files with 40 additions and 6 deletions

View File

@@ -566,6 +566,10 @@ public static class BuiltIn
public static string ShuffleDotUsBmjUserId = "ShuffleDotUs.BmjUserId";
[BuiltInSetting("UUID for the current MOTD message UUID", SettingValueType.Text)]
public static string KiwiFarmsMotdUuid = "KiwiFarms.MotdUuid";
[BuiltInSetting("Whether to delete the impersonation attempt instead of just calling it out", SettingValueType.Boolean, "false", BooleanRegex)]
public static string BotDiscordImpersonationDeleteAttempt = "Bot.DiscordImpersonation.DeleteAttempt";
[BuiltInSetting("What search strings the Homoglyphic searcher should look for", SettingValueType.Array, "[\"discord16.png\", \"mBossmanJack:\", \"mBossnanJack:\", \"mBosmanJack:\", \"by @KenoGPT at\"]")]
public static string BotDiscordImpersonationSearchStrings = "Bot.DiscordImpersonation.SearchStrings";
}
}