Go to file
Ådne E. Moldesæter 08a4541b90 Initial commit
2019-05-17 19:29:31 +02:00
.gitignore Initial commit 2019-05-17 19:29:31 +02:00
bot.js Initial commit 2019-05-17 19:29:31 +02:00
LICENSE Initial commit 2019-05-17 19:29:31 +02:00
package-lock.json Initial commit 2019-05-17 19:29:31 +02:00
package.json Initial commit 2019-05-17 19:29:31 +02:00
README.md Initial commit 2019-05-17 19:29:31 +02:00

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 run the following command: npm install
  2. Run it with node.js