Yes, this is a PR to remove a newline

Yes, I have OCD

Yes, I made an issue just for that too
Fixes #299
This commit is contained in:
0x5c 2020-10-30 07:18:58 -04:00
parent e8bb18ea8c
commit d8fe3cfa02
No known key found for this signature in database
GPG Key ID: A57F71C3176B9581

View File

@ -108,7 +108,6 @@ class BaseCog(commands.Cog):
embed = cmn.embed_factory(ctx)
embed.title = "About qrm"
embed.description = info.description
embed.add_field(name="Authors", value=", ".join(info.authors))
embed.add_field(name="License", value=info.license)
embed.add_field(name="Version", value=f"v{info.release}")