mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 23:37:54 +00:00
4 lines
110 B
C#
4 lines
110 B
C#
|
|
namespace Myriad.Gateway
|
|||
|
|
{
|
|||
|
|
public record GuildDeleteEvent(ulong Id, bool Unavailable): IGatewayEvent;
|
|||
|
|
}
|