The prefix for your bot
The Bot Token
Command function
Command name(s).
The function that is called when the command is ran.
Options for your command.
client
cli.command(['ping', 'latency'], (req, res) => {
res.send('Pong!)
});
Log your bot into discord
Your bot token
a function that is ran before every command
Your middleware function
A client
Generated using TypeDoc
The Client Class
The client class is the main starting point of your discord bot.