mirror of
https://github.com/miaowware/qrm2.git
synced 2025-05-24 02:12:31 -04:00
Merge pull request #301 from miaowware/ihaveocd
Yes, this is a PR to remove a newline
This commit is contained in:
commit
4b7064cad9
@ -108,7 +108,6 @@ class BaseCog(commands.Cog):
|
|||||||
embed = cmn.embed_factory(ctx)
|
embed = cmn.embed_factory(ctx)
|
||||||
embed.title = "About qrm"
|
embed.title = "About qrm"
|
||||||
embed.description = info.description
|
embed.description = info.description
|
||||||
|
|
||||||
embed.add_field(name="Authors", value=", ".join(info.authors))
|
embed.add_field(name="Authors", value=", ".join(info.authors))
|
||||||
embed.add_field(name="License", value=info.license)
|
embed.add_field(name="License", value=info.license)
|
||||||
embed.add_field(name="Version", value=f"v{info.release}")
|
embed.add_field(name="Version", value=f"v{info.release}")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user