From 4c7a691ec9fc5f4d28170cf0f102a36eb5107ba4 Mon Sep 17 00:00:00 2001 From: Michael Oliveira <34169552+Flame442@users.noreply.github.com> Date: Sun, 17 Mar 2024 20:29:17 -0400 Subject: [PATCH] Add note to refresh client after syncing slash commands (#6298) --- docs/guide_slash_and_interactions.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/guide_slash_and_interactions.rst b/docs/guide_slash_and_interactions.rst index 3422094773f..d69a489e1d9 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<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 ----------------------------