Skip to content

Commit f214a2a

Browse files
authored
Merge pull request #189 from Toricane/patch-2
Capitalize booleans in gettingstarted.rst
2 parents 1af02d3 + 50a4121 commit f214a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gettingstarted.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ structure of how permissions are represented:
244244
+-------------+--------------------------------------------+-----------------------------------------------------------------------------------------------------+
245245
| type | int | An `ApplicationCommandPermissionType`_. |
246246
+-------------+--------------------------------------------+-----------------------------------------------------------------------------------------------------+
247-
| permission | boolean | ``true`` to allow, ``false`` to disallow. |
247+
| permission | boolean | ``True`` to allow, ``False`` to disallow. |
248248
+-------------+--------------------------------------------+-----------------------------------------------------------------------------------------------------+
249249

250250
How the type parameter works is very simple. Discord has many ids to represent different things. As you can

0 commit comments

Comments
 (0)