Discord Bot by KuroSetsuna29
Before you begin, make sure you have the following:
- Node.js
- npm forever (optional)
- Discord Application Token
- Run
npm install
to install all dependencies - Update auth.json with Discord Application Token
- Start bot with
node bot.js
or keep bot running withforever --workingDir {ABSOLUTE_PATH_TO_BOT} bot.js