PEP8 fixes

This commit is contained in:
Abigail Gold 2019-10-30 15:31:17 -04:00
parent 94109b7a94
commit a7578d5b8c
No known key found for this signature in database
GPG Key ID: 80A676456AB6B045
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,8 @@ class BaseCog(commands.Cog):
async def _changelog(self, ctx: commands.Context):
"""Show what has changed in recent bot versions."""
embed = discord.Embed(title="qrm Changelog",
description="For a full listing, visit [Github](https://github.com/classabbyamp/discord-qrm-bot/blob/master/CHANGELOG.md).",
description=("For a full listing, visit [Github](https://"
"github.com/classabbyamp/discord-qrm-bot/blob/master/CHANGELOG.md)."),
colour=self.gs.colours.neutral,
timestamp=datetime.utcnow())
embed.set_footer(text=ctx.author.name,