Fixed several issues in ref entities
This commit is contained in:
@@ -4,7 +4,6 @@ namespace Discord
|
||||
{
|
||||
public class ChannelEventArgs : EventArgs
|
||||
{
|
||||
public Channel Channel => null;
|
||||
public Server Server => null;
|
||||
public IChannel Channel => null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user