mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Added enable/disable for Krash and cleanup delay as a configurable value
This commit is contained in:
@@ -570,6 +570,10 @@ public static class BuiltIn
|
||||
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";
|
||||
[BuiltInSetting("Whether krash is enabled", SettingValueType.Boolean, "true", BooleanRegex)]
|
||||
public static string KasinoKrashEnabled = "Kasino.Krash.Enabled";
|
||||
[BuiltInSetting("Delay in milliseconds before cleaning up krash", SettingValueType.Text, "10000", WholeNumberRegex)]
|
||||
public static string KasinoKrashCleanupDelay = "Kasino.Krash.CleanupDelay";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user