PluralKit/Myriad/Gateway/Events/GuildRoleCreateEvent.cs

6 lines
130 B
C#
Raw Normal View History

2021-08-27 15:03:47 +00:00
using Myriad.Types;
2020-12-22 12:15:26 +00:00
namespace Myriad.Gateway
{
public record GuildRoleCreateEvent(ulong GuildId, Role Role): IGatewayEvent;
}