Discord RPG bot.
- Clone
https://github.com/valkyrienyanko/RPG-Discord-Adventure-Bot.git
- Download and install
LTS
Node.js. - Make sure you have yarn installed
npm i -g yarn
. - Run
yarn install
. - Go to Discord Developer Portal and create a Discord User Bot.
- Create
.env
in project directory and putTOKEN=yourTokenKey
. - Run bot with
yarn dev:server
.
See CONTRIBUTING.md