PluralKit/Myriad/Gateway/Events/GuildRoleUpdateEvent.cs

6 lines
133 B
C#

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