Added Twitch IRC over Websocket support

This commit is contained in:
barelyprofessional
2024-07-01 00:24:07 +08:00
parent 83a5e149ef
commit 936bf743a5
3 changed files with 216 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ public class ConfigModel
public required string KfPassword { get; set; }
public string ChromiumPath { get; set; } = "chromium_install";
public int? BossmanJackTwitchId { get; set; } = null;
public string? BossmanJackTwitchUsername { get; set; } = "thebossmanjack";
// Used for testing
public bool SuppressChatMessages { get; set; } = false;
public string? DiscordToken { get; set; } = null;