From c80a68992794c4f56d2a879947ce2125b7d75068 Mon Sep 17 00:00:00 2001 From: bobloy Date: Tue, 23 Feb 2021 17:29:37 -0500 Subject: [PATCH] Longer description of the cog --- redbot/core/core_commands.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 ) """