mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-03 04:52:04 -04:00
Added Twitch IRC over Websocket support
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user