Removed IChannel#Nsfw, added to ITextChannel
This commit is contained in:
@@ -41,7 +41,6 @@ namespace Discord.WebSocket
|
||||
|
||||
//IChannel
|
||||
string IChannel.Name => null;
|
||||
bool IChannel.IsNsfw => false;
|
||||
|
||||
Task<IUser> IChannel.GetUserAsync(ulong id, CacheMode mode, RequestOptions options)
|
||||
=> Task.FromResult<IUser>(null); //Overridden
|
||||
|
||||
Reference in New Issue
Block a user