Skip to content

Commit 2527039

Browse files
authored
Add MENTIONABLE and FLOAT option type in docs.
1 parent 6db2e5b commit 2527039

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)