-
Create bot for your application
cp config.example.json config.json
and then copy your bot token to config.json
-
Use Discord OAuth2 URL generator to create bot invitation link with following scopes:
- bot
bot permissions:
- Send Messages
- View Channels
-
Create database with
node setup-db.js
Roll the dice with
!roll
-
Player can only roll once in row
-
Player can only roll once in 5min
-
Dice can only be rolled once in 1min
-
If player rolls smaller than last roll he lose 1p
-
If player rolls larger than last roll he gains 1p
-
If player rolls same as last roll he gains 3p
-
Larger roll streaks increase point gain
Own points can be checked with
!points