import { EmbedField } from "../deps.ts"; export type JoinLeaveType = { embed: EmbedField[], success: boolean, full: boolean }