mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Added Shuffle.us
This commit is contained in:
@@ -334,6 +334,13 @@ public static class BuiltIn
|
||||
ValueType = SettingValueType.Text
|
||||
},
|
||||
new BuiltInSettingsModel
|
||||
{
|
||||
Key = Keys.ShuffleDotUsBmjUsername,
|
||||
Description = "Bossman's Shuffle.us Username",
|
||||
Default = "BossmanJack",
|
||||
ValueType = SettingValueType.Text
|
||||
},
|
||||
new BuiltInSettingsModel
|
||||
{
|
||||
Key = Keys.JuiceCooldown,
|
||||
Regex = WholeNumberRegex,
|
||||
@@ -1079,6 +1086,7 @@ public static class BuiltIn
|
||||
public static string TwitchIcon = "Twitch.Icon";
|
||||
public static string DiscordIcon = "Discord.Icon";
|
||||
public static string ShuffleBmjUsername = "Shuffle.BmjUsername";
|
||||
public static string ShuffleDotUsBmjUsername = "ShuffleDotUs.BmjUsername";
|
||||
public static string JuiceCooldown = "Juice.Cooldown";
|
||||
public static string JuiceAmount = "Juice.Amount";
|
||||
public static string KickEnabled = "Kick.Enabled";
|
||||
|
||||
Reference in New Issue
Block a user