Longer description of the cog

This commit is contained in:
bobloy
2021-02-23 17:29:37 -05:00
parent 868f384669
commit c80a689927

View File

@@ -384,7 +384,11 @@ class CoreLogic:
@i18n.cog_i18n(_) @i18n.cog_i18n(_)
class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic): 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): async def red_delete_data_for_user(self, **kwargs):
""" Nothing to delete (Core Config is handled in a bot method ) """ """ Nothing to delete (Core Config is handled in a bot method ) """