mirror of
https://github.com/miaowware/qrm2.git
synced 2025-02-03 09:44:07 -05:00
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:
parent
e8bb18ea8c
commit
d8fe3cfa02
@ -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}")
|
||||
|
Loading…
Reference in New Issue
Block a user