Added Shuffle.us

This commit is contained in:
barelyprofessional
2025-09-10 20:18:17 -05:00
parent 2547ea45fb
commit 13294b4d07
3 changed files with 270 additions and 5 deletions

View File

@@ -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";