From ea136fcb477059e8563fd7ad438bf1d6930509f9 Mon Sep 17 00:00:00 2001 From: bobloy Date: Mon, 15 Mar 2021 11:14:48 -0400 Subject: [PATCH] Clarifies it's only loaded. --- redbot/core/core_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/core/core_commands.py b/redbot/core/core_commands.py index 2ec25dacd..6740544e6 100644 --- a/redbot/core/core_commands.py +++ b/redbot/core/core_commands.py @@ -1591,7 +1591,7 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic): 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.