PluralKit/Myriad/Gateway/Events/GuildRoleCreateEvent.cs

5 lines
124 B
C#

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