For development, you will only need Node.js;
Just go on official Node.js website and download the installer.
$ git clone https://github.com/kevhauma/Quackbot.git
$ cd Quackbot
$ npm install
Change .env.sample
to .env
Open .env
:
- BOT_TOKEN: get your discord bot token from Discord Developer Portal;
$ npm run start
$ npm run lint