Added reference project
This commit is contained in:
10
ref/Events/UserUpdatedEventArgs.cs
Normal file
10
ref/Events/UserUpdatedEventArgs.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
namespace Discord
|
||||
{
|
||||
public class UserUpdatedEventArgs : EventArgs
|
||||
{
|
||||
public User Before => null;
|
||||
public User After => null;
|
||||
public Server Server => null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user