PluralKit/Myriad/Gateway/Events/GuildRoleDeleteEvent.cs

3 lines
106 B
C#
Raw Normal View History

namespace Myriad.Gateway;
public record GuildRoleDeleteEvent(ulong GuildId, ulong RoleId): IGatewayEvent;