PluralKit/Myriad/Gateway/Events/GuildRoleDeleteEvent.cs

4 lines
112 B
C#
Raw Normal View History

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