Mydata docstrings

This commit is contained in:
bobloy
2020-11-17 19:15:36 -05:00
parent bfd53d7cd6
commit 6c627d7983

View File

@@ -385,7 +385,10 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
@commands.command() @commands.command()
async def info(self, ctx: commands.Context): 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() embed_links = await ctx.embed_requested()
author_repo = "https://github.com/Twentysix26" author_repo = "https://github.com/Twentysix26"
org_repo = "https://github.com/Cog-Creators" 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) @commands.group(cls=commands.commands._AlwaysAvailableGroup)
async def mydata(self, ctx: commands.Context): 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 # 1/10 minutes. It's a static response, but the inability to lock
# will annoy people if it's spammable # will annoy people if it's spammable