Add note to refresh client after syncing slash commands (#6298)

This commit is contained in:
Michael Oliveira 2024-03-17 20:29:17 -04:00 committed by GitHub
parent f5011a90e1
commit 4c7a691ec9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,6 +39,11 @@ Go ahead and load your cog. Once it is loaded, we will have to enable and sync o
We can do this by using the :ref:`[p]slash<core-command-slash>` command to manage our slash commands. We can do this by using the :ref:`[p]slash<core-command-slash>` command to manage our slash commands.
Once you have registered your slash commands, you can test them out by typing ``/hello`` in your server. Once you have registered your slash commands, you can test them out by typing ``/hello`` in your server.
.. tip::
You may need to restart your Discord client with ``Ctrl + R`` (or your device's equivalent) to force
your client to see the new command after syncing.
---------------------------- ----------------------------
Slash Commands and Arguments Slash Commands and Arguments
---------------------------- ----------------------------