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

4 lines
107 B
C#

namespace Myriad.Gateway
{
public record GuildDeleteEvent(ulong Id, bool Unavailable): IGatewayEvent;
}