Interface DiscordBotArgs

interface DiscordBotArgs {
    clientid: string;
    config?: ClientOptions;
    disabledefault?: boolean;
    NoDefaultEvents?: boolean;
    refreshAll?: boolean;
    token: string;
}

Properties

clientid: string
config?: ClientOptions
disabledefault?: boolean
NoDefaultEvents?: boolean
refreshAll?: boolean
token: string