Files
PluralKit/Myriad/Gateway/Events/GuildRoleCreateEvent.cs
2020-12-22 13:15:26 +01:00

6 lines
133 B
C#

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