Initial commit, basic proxying working
This commit is contained in:
4
Myriad/Gateway/Events/GuildRoleDeleteEvent.cs
Normal file
4
Myriad/Gateway/Events/GuildRoleDeleteEvent.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
namespace Myriad.Gateway
|
||||
{
|
||||
public record GuildRoleDeleteEvent(ulong GuildId, ulong RoleId): IGatewayEvent;
|
||||
}
|
Reference in New Issue
Block a user