PluralKit/Myriad/Gateway/Events/GuildRoleCreateEvent.cs

6 lines
133 B
C#

using Myriad.Types;
namespace Myriad.Gateway
{
public record GuildRoleCreateEvent(ulong GuildId, Role Role): IGatewayEvent;
}