mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Added winmanjack
This commit is contained in:
@@ -507,6 +507,15 @@ public static class BuiltIn
|
||||
Default = "2",
|
||||
IsSecret = false,
|
||||
CacheDuration = TimeSpan.FromHours(1)
|
||||
},
|
||||
new BuiltInSettingsModel
|
||||
{
|
||||
Key = Keys.WinmanjackImgUrl,
|
||||
Regex = ".+",
|
||||
Description = "URL for the winmanjack image",
|
||||
Default = "https://kiwifarms.st/attachments/winmanjack_bgr-png.6414050/",
|
||||
IsSecret = false,
|
||||
CacheDuration = TimeSpan.FromHours(1)
|
||||
}
|
||||
];
|
||||
|
||||
@@ -555,5 +564,6 @@ public static class BuiltIn
|
||||
public static string JuiceLoserDivision = "Juice.LoserDivision";
|
||||
public static string CrackedZalgoFuckUpMode = "Cracked.ZalgoFuckUpMode";
|
||||
public static string CrackedZalgoFuckUpPosition = "Cracked.ZalgoFuckUpPosition";
|
||||
public static string WinmanjackImgUrl = "Winmanjack.ImgUrl";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user