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