PluralKit/Myriad/Gateway/Events/GuildRoleDeleteEvent.cs

4 lines
115 B
C#
Raw Normal View History

2020-12-22 12:15:26 +00:00
namespace Myriad.Gateway
{
public record GuildRoleDeleteEvent(ulong GuildId, ulong RoleId): IGatewayEvent;
}