Skip to content

Commit b5654ca

Browse files
authored
Merge pull request #347 from benwoo1110/patch-1
Add MENTIONABLE and FLOAT option type in docs.
2 parents 6db2e5b + 2527039 commit b5654ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/gettingstarted.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ terms on what this means with a table below showing all of these values:
130130
+-------------------+-----------+
131131
| ROLE | 8 |
132132
+-------------------+-----------+
133+
| MENTIONABLE | 9 |
134+
+-------------------+-----------+
135+
| FLOAT | 10 |
136+
+-------------------+-----------+
133137

134138
The purpose of having the ``ApplicationCommandOptionType`` value passed into our option JSON structure
135139
is so that we can help the Discord UI understand what kind of value we're inputting here. For instance,

0 commit comments

Comments
 (0)