Rollux/README.md
2019-05-17 23:01:12 +02:00

475 B

Rollux

Rollux is a simple dice rolling bot for discord

How to run

  1. Make a discord bot here.
    • Here is a tutorial on how to make a discord bot.
  2. Make a auth.json file and add the following to it:
{
    "token": "{your token}"
}
  1. Install node.js and npm, then run the following command: npm install
  2. Run it with node bot.js