Files
PluralKit/Myriad/Gateway/Events/GuildDeleteEvent.cs
2020-12-22 13:15:26 +01:00

4 lines
110 B
C#

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