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.