Skip to content

Commit

Permalink
Add note to refresh client after syncing slash commands (#6298)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flame442 authored Mar 18, 2024
1 parent f5011a9 commit 4c7a691
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/guide_slash_and_interactions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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
----------------------------
Expand Down

0 comments on commit 4c7a691

Please sign in to comment.