Added reference project
This commit is contained in:
8
ref/Events/ChannelUserEventArgs.cs
Normal file
8
ref/Events/ChannelUserEventArgs.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Discord
|
||||
{
|
||||
public class ChannelUserEventArgs
|
||||
{
|
||||
public Channel Channel => null;
|
||||
public User User => null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user