|
|
@@ -13,7 +13,7 @@ namespace Discord.WebSocket |
|
|
|
:base(discord, id, guild) |
|
|
|
{ |
|
|
|
} |
|
|
|
internal new static SocketTextChannel Create(SocketGuild guild, ClientState state, Model model) |
|
|
|
internal new static SocketNewsChannel Create(SocketGuild guild, ClientState state, Model model) |
|
|
|
{ |
|
|
|
var entity = new SocketNewsChannel(guild.Discord, model.Id, guild); |
|
|
|
entity.Update(state, model); |
|
|
|