minor formatting
This commit is contained in:
parent
c959404452
commit
f9dc2e5b94
1 changed files with 1 additions and 2 deletions
|
|
@ -86,8 +86,7 @@ def setup(bot: bot.Bot):
|
||||||
cover_art = albumobj.get_cover_image()
|
cover_art = albumobj.get_cover_image()
|
||||||
|
|
||||||
if not cover_art: await ctx.send(u.error_msg(f"**{albumobj.get_name()}** does not seem to have cover art."))
|
if not cover_art: await ctx.send(u.error_msg(f"**{albumobj.get_name()}** does not seem to have cover art."))
|
||||||
else: await ctx.send(f"Here's the cover art for **[{albumobj.get_name()}]({albumobj.get_url()})**:\
|
else: await ctx.send(f"Here's the cover art for **[{albumobj.get_name()}]({albumobj.get_url()})**:\n{cover_art}")
|
||||||
{cover_art}")
|
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(e)
|
print(e)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue