mirror of
https://github.com/miaowware/qrm2.git
synced 2025-05-25 02:42:30 -04:00
PEP8 fixes
This commit is contained in:
parent
94109b7a94
commit
a7578d5b8c
@ -49,7 +49,8 @@ class BaseCog(commands.Cog):
|
|||||||
async def _changelog(self, ctx: commands.Context):
|
async def _changelog(self, ctx: commands.Context):
|
||||||
"""Show what has changed in recent bot versions."""
|
"""Show what has changed in recent bot versions."""
|
||||||
embed = discord.Embed(title="qrm Changelog",
|
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,
|
colour=self.gs.colours.neutral,
|
||||||
timestamp=datetime.utcnow())
|
timestamp=datetime.utcnow())
|
||||||
embed.set_footer(text=ctx.author.name,
|
embed.set_footer(text=ctx.author.name,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user