PluralKit/Myriad/Gateway/Events/GuildDeleteEvent.cs

3 lines
101 B
C#
Raw Permalink Normal View History

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