Skip to content

Commit 932566a

Browse files
committed
adding random number example
1 parent b2d6492 commit 932566a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Examples/Tags.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Here is a list of tags you can add to the message. Its also possible to use some
55
The tags are always in {TAG}
66

77

8-
```
8+
```json
99
[
1010
{
1111
"Title": "Prefix",
@@ -91,5 +91,13 @@ The tags are always in {TAG}
9191
"Message": "Current players userid: {USERID}", // If you want to use this tag for commands add a # before the tag
9292
"PrintTo": 0
9393
}
94+
},
95+
{
96+
"Title": "Random number",
97+
"Description": "Displays a random number",
98+
"Command": "random",
99+
"Message": "This is a random number: {RNDNO=(10,20)}", // This generates a random number between 10 and 20
100+
"PrintTo": 0
101+
}
94102
]
95103
```

0 commit comments

Comments
 (0)