PluralKit/Myriad/Gateway/Events/GuildRoleUpdateEvent.cs

6 lines
133 B
C#
Raw Normal View History

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