From a7578d5b8cebbe0426cc965dd03bd8519a3ec04c Mon Sep 17 00:00:00 2001 From: Abigail Gold Date: Wed, 30 Oct 2019 15:31:17 -0400 Subject: [PATCH] PEP8 fixes --- cogs/basecog.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cogs/basecog.py b/cogs/basecog.py index 1a3de11..4c4fb2b 100644 --- a/cogs/basecog.py +++ b/cogs/basecog.py @@ -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,