PluralKit/Myriad/Gateway/Events/GuildRoleUpdateEvent.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 GuildRoleUpdateEvent(ulong GuildId, Role Role): IGatewayEvent;
}