mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
New setting for Bossman's howl ID
This commit is contained in:
@@ -430,6 +430,15 @@ public static class BuiltIn
|
|||||||
IsSecret = false,
|
IsSecret = false,
|
||||||
// No cache as it's infrequently accessed and should take effect immediately if a user updates it
|
// No cache as it's infrequently accessed and should take effect immediately if a user updates it
|
||||||
CacheDuration = TimeSpan.Zero
|
CacheDuration = TimeSpan.Zero
|
||||||
|
},
|
||||||
|
new BuiltInSettingsModel
|
||||||
|
{
|
||||||
|
Key = Keys.HowlggBmjUserId,
|
||||||
|
Regex = @"\d+",
|
||||||
|
Description = "BMJ's user ID on howl.gg",
|
||||||
|
Default = "951905",
|
||||||
|
IsSecret = false,
|
||||||
|
CacheDuration = TimeSpan.FromHours(1)
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -462,6 +471,7 @@ public static class BuiltIn
|
|||||||
public static string KiwiFarmsToken = "KiwiFarms.Token";
|
public static string KiwiFarmsToken = "KiwiFarms.Token";
|
||||||
public static string KickEnabled = "Kick.Enabled";
|
public static string KickEnabled = "Kick.Enabled";
|
||||||
public static string HowlggDivisionAmount = "Howlgg.DivisionAmount";
|
public static string HowlggDivisionAmount = "Howlgg.DivisionAmount";
|
||||||
|
public static string HowlggBmjUserId = "Howlgg.BmjUserId";
|
||||||
public static string KiwiFarmsGreenColor = "KiwiFarms.GreenColor";
|
public static string KiwiFarmsGreenColor = "KiwiFarms.GreenColor";
|
||||||
public static string KiwiFarmsRedColor = "KiwiFarms.RedColor";
|
public static string KiwiFarmsRedColor = "KiwiFarms.RedColor";
|
||||||
public static string JackpotBmjUsername = "Jackpot.BmjUsername";
|
public static string JackpotBmjUsername = "Jackpot.BmjUsername";
|
||||||
|
|||||||
Reference in New Issue
Block a user