mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 18:27:59 -05:00
Longer description of the cog
This commit is contained in:
@@ -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 ) """
|
||||||
|
|||||||
Reference in New Issue
Block a user