mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-22 02:37:57 -05:00
Mydata docstrings
This commit is contained in:
@@ -385,7 +385,10 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
|
||||
|
||||
@commands.command()
|
||||
async def info(self, ctx: commands.Context):
|
||||
"""Shows info about [botname]."""
|
||||
"""Shows info about [botname].
|
||||
|
||||
See `[p]custominfo` to customize.
|
||||
"""
|
||||
embed_links = await ctx.embed_requested()
|
||||
author_repo = "https://github.com/Twentysix26"
|
||||
org_repo = "https://github.com/Cog-Creators"
|
||||
@@ -520,7 +523,10 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
|
||||
|
||||
@commands.group(cls=commands.commands._AlwaysAvailableGroup)
|
||||
async def mydata(self, ctx: commands.Context):
|
||||
""" Commands which interact with the data [botname] has about you. """
|
||||
"""Commands which interact with the data [botname] has about you.
|
||||
|
||||
More information can be found in the (End User Data Documentation)[https://docs.discord.red/en/stable/red_core_data_statement.html]
|
||||
"""
|
||||
|
||||
# 1/10 minutes. It's a static response, but the inability to lock
|
||||
# will annoy people if it's spammable
|
||||
|
||||
Reference in New Issue
Block a user