add alt text to portrait

This commit is contained in:
Infinidoge 2025-04-17 23:22:06 -04:00
parent 5c420d5dea
commit 060a667aac
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E

View file

@ -292,9 +292,10 @@ async def prefix(ctx, prefix=None):
@bot.command() @bot.command()
async def portrait(ctx): async def portrait(ctx):
"""Show Nomen's full portrait"""
embed = Embed( embed = Embed(
title="Nomen's Portrait", title="Nomen's Portrait",
description="Made by the fantastic aquaholic! [Source here!](https://pub.mastodon.sleeping.town/@aqua/114356664668145919)", description="Made by the fantastic aquaholic! [Source here!](https://pub.mastodon.sleeping.town/@aqua/114356664668145919)\n\nA robotic foxgirl wearing a toga and a messenger bag, holding out a letter for the viewer. One eye behind her glasses is blue, and the other is red, with a Discord ping.",
) )
embed.set_image("https://inx.moe/projects/nomen/nomen.png") embed.set_image("https://inx.moe/projects/nomen/nomen.png")