diff --git a/docs/guide_slash_and_interactions.rst b/docs/guide_slash_and_interactions.rst index 342209477..d69a489e1 100644 --- a/docs/guide_slash_and_interactions.rst +++ b/docs/guide_slash_and_interactions.rst @@ -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` 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 ----------------------------