minor formatting

This commit is contained in:
yuki 2025-10-08 22:42:49 -03:00
parent c959404452
commit f9dc2e5b94

View file

@ -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)