diff --git a/redbot/core/core_commands.py b/redbot/core/core_commands.py index 41a67bb82..a3eb8fdf4 100644 --- a/redbot/core/core_commands.py +++ b/redbot/core/core_commands.py @@ -384,7 +384,11 @@ class CoreLogic: @i18n.cog_i18n(_) class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic): - """Commands related to core functions.""" + """ + The Core cog has many commands related to core functions. + + These commands come loaded with every Red bot, and cover some of the most basic usage of the bot. + """ async def red_delete_data_for_user(self, **kwargs): """ Nothing to delete (Core Config is handled in a bot method ) """