PluralKit/Myriad/Gateway/Events/GuildRoleCreateEvent.cs

6 lines
133 B
C#
Raw Normal View History

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