Initial commit, basic proxying working
This commit is contained in:
10
Myriad/Gateway/Events/GuildMemberRemoveEvent.cs
Normal file
10
Myriad/Gateway/Events/GuildMemberRemoveEvent.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Myriad.Types;
|
||||
|
||||
namespace Myriad.Gateway
|
||||
{
|
||||
public class GuildMemberRemoveEvent: IGatewayEvent
|
||||
{
|
||||
public ulong GuildId { get; init; }
|
||||
public User User { get; init; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user