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