mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Enhanced the pigcube
This commit is contained in:
@@ -773,6 +773,16 @@ public static class BuiltIn
|
||||
IsSecret = false,
|
||||
CacheDuration = TimeSpan.FromHours(1),
|
||||
ValueType = SettingValueType.Boolean
|
||||
},
|
||||
new BuiltInSettingsModel
|
||||
{
|
||||
Key = Keys.BotImagePigCubeSelfDestruct,
|
||||
Regex = "(true|false)",
|
||||
Description = "Whether the pigcube should self destruct after a random interval",
|
||||
Default = "true",
|
||||
IsSecret = false,
|
||||
CacheDuration = TimeSpan.FromHours(1),
|
||||
ValueType = SettingValueType.Boolean
|
||||
}
|
||||
];
|
||||
|
||||
@@ -844,5 +854,6 @@ public static class BuiltIn
|
||||
public static string BotAlmanacInterval = "Bot.Almanac.Interval";
|
||||
public static string BotAlmanacInitialState = "Bot.Almanac.InitialState";
|
||||
public static string JuiceAllowedWhileStreaming = "Juice.AllowedWhileStreaming";
|
||||
public static string BotImagePigCubeSelfDestruct = "Bot.Image.PigCubeSelfDestruct";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user