Skip to content

Commit 1db8e04

Browse files
authored
Typo fix.
It's "part", not `cpart.`
1 parent 6523a18 commit 1db8e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ to explain what's going on here:
6464

6565
- ``guild_ids = [789032594456576001]``: This is for adding your command as a guild command.
6666

67-
It is very important for us to make sure that we're declaring this cpart of the ``@slash.slash``
67+
It is very important for us to make sure that we're declaring this part of the ``@slash.slash``
6868
decorator if we're wanting to declare a guild command and not a **global** one. The reason as for
6969
why this is needed is because the Discord Bot API can take up to 1 hour to register a global
7070
command that is called via. the code here when this key-word argument is not passed.

0 commit comments

Comments
 (0)