Avrae is an amazing Discord Bot, which we use in Fight Club to facilitate a few things. Mainly, dice rolling and the SRD look-up tool. The bot has quite a few advanced features, most of which aren't used in Fight Club currently (but may be in the future).
Common Dice Bot Commands
`!r xdy`
`!r xdy+xdy` Roll multiple sets of dice together.
`!r XdYkhZ` = `k`(keep) `hZ`(highest Z numbers)
`!rr Z xdy` Roll multiple sets
`!r 4d6mi2[fire]` Elemental Adept, Fire - `mi2` (minimum dice roll = 2)
`!r 4d6ro<3` Great Weapon Master - `ro<3` (reroll anything less than 3)
`!rr 6 4d6kh3` Starting Stats - `rr 6` (roll 6 sets of dice), `kh3` (keep the highest 3 rolls)
`!rr 6 4d6kh3ro<2` Heroic Starting Stats - `rr 6` (roll 6 sets of dice), `kh3` (keep the highest 3 rolls), `ro<2' (reroll 1's)
Supported Operators:
`k` (keep)
`ro` (reroll once)
`mi/ma` (min/max result)
`e` (explode dice of value)
`ra` (reroll and add)
`+/-z` Add or subtract a modifier
`adv` Roll with Advantage
`dis` Roll with Disadvantage
`[damage type]` Will display the damage type
Supported Selectors:
`lX` (lowest X)
`hX` (highest X)
`>X/<X` (greater than or less than X)
**Reserved**