Skip to content

Commit 9a18120

Browse files
authored
Create roll.md
1 parent f2352e3 commit 9a18120

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

docs/Message Commands/roll.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
slug: /commands/roll/
3+
title: ;roll
4+
hide_table_of_contents: true
5+
---
6+
7+
# `;roll` Command
8+
9+
:::joke
10+
:::
11+
12+
This command lets you roll dice. You can use it to settle arguments, make decisions, or play simple games.
13+
14+
If you just type ;roll, it will pick a random number from 1 to 100. You can also use "dice" format like 1d20 (1 die, 20 sides) or 2d6 (2 dice, 6 sides).
15+
16+
# Usage
17+
18+
```messagecommand
19+
;roll <dice (optional)>
20+
```
21+
22+
# Examples
23+
24+
```messagecommand
25+
;roll
26+
```
27+
28+
```messagecommand
29+
;roll 1d20
30+
```
31+
32+
```messagecommand
33+
;roll 2d6
34+
```

0 commit comments

Comments
 (0)