Login to access your servers. This will save a cookie in your browser.
Go back
`roll`, `dice`: Roll dice.

    There are three different ways to roll dice:
    `roll max`: Roll from 1 to max.
    `roll min-max`: Roll from min to max.
    `roll XdY[+/-Z]`: Roll X dice with Y sides, plus or minus Z (optional)

    If `roll` is used without specifying what to roll, 1-100 will be used.

    The final page of the output will state the input roll for the result.

    **Examples:**
        >>> `roll`
        🎲 Rolling 1-100 for Hunter: **57**
        >>> `roll 10`
        🎲 Rolling 1-10 for Hunter: **6**
        >>> `roll 7-11`
        🎲 Rolling 7-11 for Hunter: **8**
        >>> `roll 4d6-1`
        🎲 Rolling 4d6-1 for Hunter: **10**