Manual Roll with advantage
!r <dice> adv
!r 1d20+3 adv
Manual Roll with disadvantage
!r <dice> dis
!r 1d20+3 dis
!r <dice> +/- <other dice>
!r 1d20+3 + 1d4
Roll Stats (4d6 drop lowest)
!r 4d6kh3
!r 6 4d6kh3
!rr <quantity> <dice>
!rr 2 1d20+3
Import D&D Beyond Character
!beyond <url>
!beyond https://www.dndbeyond.com/characters/12345678
Import GSheet/Dicecloud Character
!import <url>
!import https://docs.google.com/spreadsheets/d/...
Set Active Character (Global)
Sets the active character for all servers.
!char <name>
!char Robin
Set Active Character (Server)
Sets the active character for this server only.
!char server <name>
!char server Robin
Set Active Character (Channel)
Sets the active character for this channel only.
!char channel <name>
!char channel Robin
Update Character Sheet
Pulls latest changes from D&D Beyond/GSheet.
!update
!update
Attack Target
Targets the combatant and automatically applies damage on hit.
!a <weapon> -t <target>
!a shortsword -t goblin1
!a <weapon> -t <target> <adv/dis>
!a longbow -t goblin1 adv
Multi-Attack (Reroll)
Rolls the attack multiple times (e.g., Extra Attack, Eldritch Blast).
!a <weapon> -t <target> -rr <count>
!a longsword -t goblin1 -rr 2
Attack with Modifiers
-b adds to hit, -d adds to damage.
!a <weapon> -t <target> -b <hit bonus> -d <dmg bonus>
!a dagger -t goblin1 -b 1d4 -d 2
Attack Specific AC
Rolls against a manual AC instead of a targeted token.
!a <weapon> -ac <AC>
!a dagger -ac 15
!cast <spell> -t <target>
!cast fireball -t goblin1 -t goblin2
!cast <spell> -l <level> -t <target>
!cast magic missile -l 2 -t goblin1
Cast Without Slots
Ignores spell slot requirements (e.g. scrolls, innate).
!cast <spell> -i
!cast mist step -i
!g ss <level> <amount>
!g ss 1 -1
!move <distance><dir>
!move 30ft N
!map -token <url/code>
!map -token https://...
!map -over cone <size>, <color>, <origin>, <target>
!map -over cone 30, red, A1, B2
!map -over circle <size>, <color>, <center>
!map -over circle 20, yellow, C5
Circle Overlay, Persistent
!map -over circle <size>, <color>, <center> -t <target>
!map -over circle 20, yellow, C5 -t goblin1
!map -over none -t <target>
!map -over none -t goblin1
!i madd <monster>
!i madd goblin
Add Monsters (Grouped)
Adds multiple monsters that share an initiative count.
!i madd <monster> -n <count> -group <name>
!i madd goblin -n 4 -group Goblins
Add Monster (Roll HP)
Rolls HP for the monster instead of using average.
!i madd <monster> -rollhp
!i madd dragon -rollhp
Modify Combatant (AC/Resist)
!i opt <target> -ac <val> -resist <type>
!i opt goblin1 -ac 18 -resist fire
!i remove <name>
!i remove goblin1
Monster Attack
Attacks using the monster currently having its turn.
!i a <attack> -t <target>
!i a bite -t Player1
!i a <attack> -t <target1> -t <target2>
!i a multiattack -t Player1 -t Player2
Opportunity Attack
Allows a monster to attack out of turn order.
!i aoo <monster> <attack> -t <target>
!i aoo goblin1 scimitar -t Player1
!i effect <target> <effect> -dur <rounds>
!i effect Player1 Prone -dur 1
!i re <target> <effect>
!i re Player1 Prone