Initial implementation of trovo.live notifications support for .stadd

This commit is contained in:
Kwoth
2022-01-31 00:47:37 +01:00
parent cd812304f7
commit 0f36242597
19 changed files with 318 additions and 84 deletions

View File

@@ -11,7 +11,8 @@ public class FollowedStream : DbEntity
Twitch = 0,
Picarto = 3,
Youtube = 4,
Facebook = 5
Facebook = 5,
Trovo = 6
}
public ulong GuildId { get; set; }