quick-bot
A Discord bot framework with some discord.js utilities included.
Installation
npm i quick-bot
or
yarn add quick-bot
Usage
const Bot = ; const client = '!' {} ;
Will make a bot that responds to !ping
with Pong!
. Easy!
Docs
The full documentation can be found here.