Instead use https://github.com/EssenceBot/essence-bot with dice roller module
Simple discord bot for simulating dice throws of any kind.
To run this bot you need NodeJS, bot is tested on NodeJS version 18.12.1. First you need to clone this repository and install needed node modules
> git clone https://github.com/Faterek/throw-em/ && cd throw-em
> npm i
Then go to .env
file and paste in your token
, after that build bot with
> npm run build
And run bot with
> npm run start
Syntax of commands is simple, x
#y
dz
where x
is number of times to repeat throws, y
is number of dices and z
is number of sides in dice.
So throw 'em like that
/r 2#3d6
could give you results of
5 ⟵ [1, 2, 2]
11 ⟵ [5, 4, 6]
This project is licensed under CC BY-SA 4.0.