diff options
| author | 2021-11-28 06:37:32 +0000 | |
|---|---|---|
| committer | 2021-11-28 06:37:32 +0000 | |
| commit | 0c52dbf3b10a80ee2c51e6f899b857c4889f3899 (patch) | |
| tree | 37489ef403cf4d51d5c0694a6125f88c7f5b8720 | |
| parent | Merge branch 'python-discord:main' into patreon (diff) | |
Update `patreon_info` function docstring
Co-authored-by: Bluenix <[email protected]>
Diffstat (limited to '')
| -rw-r--r-- | bot/exts/info/patreon.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/info/patreon.py b/bot/exts/info/patreon.py index 35903d6d5..f043e382d 100644 --- a/bot/exts/info/patreon.py +++ b/bot/exts/info/patreon.py @@ -143,7 +143,7 @@ class Patreon(commands.Cog): @commands.command("patreon") async def patreon_info(self, ctx: commands.Context) -> None: - """Sends patreon info.""" + """Send information about how Python Discord uses Patreon.""" await ctx.send(embed=discord.Embed( title="Patreon", description=( |