Rollux/README.md
Ådne E. Moldesæter 08a4541b90 Initial commit
2019-05-17 19:29:31 +02:00

17 lines
459 B
Markdown

# Rollux
Rollux is a simple dice rolling bot for discord
# How to run
1. Make a discord bot [here](https://discordapp.com/developers/applications/).
- Here is a [tutorial](https://www.digitaltrends.com/gaming/how-to-make-a-discord-bot/) on how to make a discord bot.
2. Make a auth.json file and add the following to it:
```json
{
"token": "{your token}"
}
```
3. Install node.js and run the following command: `npm install`
4. Run it with node.js