PluralKit/Myriad/Gateway/Events/GuildRoleDeleteEvent.cs

4 lines
115 B
C#
Raw Normal View History

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