PluralKit/Myriad/Gateway/Events/GuildRoleUpdateEvent.cs
2021-08-27 11:03:47 -04:00

6 lines
130 B
C#

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