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:
barelyprofessional
2024-06-30 18:53:53 +08:00
parent 14884c717e
commit f413503d27
3 changed files with 324 additions and 0 deletions

View File

@@ -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";
}