
This bot is for rolling dice in discord.
The bot needs to be configured with a slash command in a channel and then provides a message with a buttons. Upon clicking on a button the bot will post the result and move the message with the buttons to the bottom of the channel.
If the message is pined, then it will only be copied and not moved. This allows it to roll dice without typing commands and thereby improves usability, especially for touchscreen users. The bot supports Discord thread (the button message must be added after the thread creation), forum, Text in Voice, and it is possible to send the answer in a different channel. It can provide images of the dice roll results.
Add to Discord channel by following this link: Bot invite link
Discord Server for trying the bot, questions and feature suggestions: Button Dice Roller Discord Server
The bot need the following permission:
- create application commands (which are needed to control the bot)
- send message and send message in threads (for the dice buttons and results)
- embed links (display of structured answers)
- attach files (add images with the dice result)
- read message history (to detect if a button message was pinned)
🚧 If you can’t see the bots messages: The link preview in the discord setting must be activated to see the roll results
Example RPG System Commands
Some example for commands, many more systems can be mapped with commands, please see in the detail’s description below for further options
DnD 5e
/custom_dice start buttons:1d4;1d6;1d8;1d10;1d12;1d20;1d100;2d20k1@D20 Advantage;2d20L1@D20 Disadvantage;2d4;2d6;2d8;2d10;2d12;2d20;3d4;3d6;3d8;3d10;3d12;3d20
OSR
/custom_dice start buttons:1d20@D20;1d6@D6;2d6@2D6;1d4@D4;1d8@D8;3d6,3d6,3d6,3d6,3d6,3d6@Stats;(3d6=)*10@Gold;1d100@D100;1d10@D10;1d12@D12
Fate
/fate start type:with_modifier
Chronicles of Darkness / nWoD
/count_successes start dice_sides: 10 target_number: 8 reroll_set: 10
Storyteller System / oWoD
/pool_target start sides:10 max_dice:15 reroll_set:10 botch_set:1 reroll_variant:ask
Shadowrun
/count_successes start dice_sides:6 target_number:5 glitch:half_dice_one max_dice:20
Traveller
/sum_custom_set start buttons:+2d6;+(3d6k2)@Boon;+(3d6l2)@Bane;+1d6;+1;+2;+3;+4;-1;-2;-3;-4
For more details to the details and customization see: Documentation