mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 20:42:04 -04:00
Implemented Discord support. Similar to GambaSesh though doesn't do transcription but does display attachment URLs and device presence data
This commit is contained in:
@@ -23,4 +23,6 @@ public class ConfigModel
|
||||
public int? BossmanJackTwitchId { get; set; } = null;
|
||||
// Used for testing
|
||||
public bool SuppressChatMessages { get; set; } = false;
|
||||
public string? DiscordToken { get; set; } = null;
|
||||
public string? DiscordBmjId { get; set; } = "554123642246529046";
|
||||
}
|
||||
Reference in New Issue
Block a user