mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
Killed history
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace NadekoBot.Core.Services.Database.Models
|
||||
{
|
||||
public class YtFollowedChannel : DbEntity
|
||||
{
|
||||
public ulong ChannelId { get; set; }
|
||||
public string YtChannelId { get; set; }
|
||||
public string UploadMessage { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user