Interface ConnectionDestroyData

interface ConnectionDestroyData {
    channelId: string;
    guildId: string;
}

Properties

Properties

channelId: string
guildId: string