Skip to content

Commit 50a4121

Browse files
authored
Capitalize booleans in gettingstarted.rst
The booleans in line 247 in the description column were all lowercase, but in Python they are supposed to be capitalized.
1 parent 1af02d3 commit 50a4121

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)