A Dice rolling Discord bot for the Book of the Sun Discord rpg system. Built as an opportunity to play with reacord.
Create a Discord application for your bot, then create a .env
file and add your token to it:
BOT_TOKEN=<your-token>
Then run npm run dev
to run the bot in development mode.
Run npm run build
and npm run start
to run the bot in production mode.