From 0dfa5ef5b81015464e2e1205990a8aa6407b74e4 Mon Sep 17 00:00:00 2001 From: bobloy Date: Mon, 15 Mar 2021 11:15:29 -0400 Subject: [PATCH] Regenerate docs. --- docs/cog_guides/core.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cog_guides/core.rst b/docs/cog_guides/core.rst index 0162444f4..beb24c20a 100644 --- a/docs/cog_guides/core.rst +++ b/docs/cog_guides/core.rst @@ -2117,7 +2117,7 @@ Reloads cog packages. This will unload and then load the specified cogs. -Cogs that were not loaded will be loaded. +Cogs that were not loaded will only be loaded. Examples: - ``[p]reload general`` - Unloads then loads the ``general`` cog.