mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-05 21:37:55 +00:00
4 lines
No EOL
112 B
C#
4 lines
No EOL
112 B
C#
namespace Myriad.Gateway
|
|
{
|
|
public record GuildRoleDeleteEvent(ulong GuildId, ulong RoleId): IGatewayEvent;
|
|
} |