Interface GuildDeleteInfo

interface GuildDeleteInfo {
    guild: Guild;
    removerID: string;
}

Properties

Properties

guild: Guild
removerID: string

The ID of the member who removed the client.