Add various optimizations and cleanups (#1114)
* Change all Select(... as ...) to OfType
* Add changes according to 194a8aa427
This commit is contained in:
@@ -7,7 +7,7 @@ using Model = Discord.API.Channel;
|
||||
|
||||
namespace Discord.Rest
|
||||
{
|
||||
public class RestGuildChannel : RestChannel, IGuildChannel, IUpdateable
|
||||
public class RestGuildChannel : RestChannel, IGuildChannel
|
||||
{
|
||||
private ImmutableArray<Overwrite> _overwrites;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user