We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6523a18 commit 1db8e04Copy full SHA for 1db8e04
docs/quickstart.rst
@@ -64,7 +64,7 @@ to explain what's going on here:
64
65
- ``guild_ids = [789032594456576001]``: This is for adding your command as a guild command.
66
67
-It is very important for us to make sure that we're declaring this cpart of the ``@slash.slash``
+It is very important for us to make sure that we're declaring this part of the ``@slash.slash``
68
decorator if we're wanting to declare a guild command and not a **global** one. The reason as for
69
why this is needed is because the Discord Bot API can take up to 1 hour to register a global
70
command that is called via. the code here when this key-word argument is not passed.
0 commit comments