fix: Crosspost throwing InvalidOperationException (#1671)
* Add INewsChannel * Renaming variable to match the new type
This commit is contained in:
9
src/Discord.Net.Core/Entities/Channels/INewsChannel.cs
Normal file
9
src/Discord.Net.Core/Entities/Channels/INewsChannel.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Discord
|
||||
{
|
||||
/// <summary>
|
||||
/// Represents a generic news channel in a guild that can send and receive messages.
|
||||
/// </summary>
|
||||
public interface INewsChannel : ITextChannel
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user