Total Cloudflare Death

This commit is contained in:
barelyprofessional
2026-02-21 00:08:47 -06:00
parent 4962472312
commit 81a6f0fdd5
2 changed files with 6 additions and 2 deletions

View File

@@ -547,6 +547,8 @@ public static class BuiltIn
public static string BotImageRehostEnabled = "Bot.Image.RehostEnabled";
[BuiltInSetting("Domain to look for when determining whether to rehost", SettingValueType.Text, "i.ddos.lgbt")]
public static string BotImageRehostDomain = "Bot.Image.RehostDomain";
[BuiltInSetting("Array of cookies as a shitty hack to get Rainbet going", SettingValueType.Array, "[]")]
public static string RainbetCookies = "Rainbet.Cookies";
}
}