Ref project update
This commit is contained in:
@@ -3,7 +3,7 @@ namespace Discord
|
||||
{
|
||||
public class UserUpdatedEventArgs : EventArgs
|
||||
{
|
||||
public User Before => null;
|
||||
public User After => null;
|
||||
public IUser Before => null;
|
||||
public IUser After => null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user