From 060a667aac3edd168f945f02350911e08f48b7ef Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 17 Apr 2025 23:22:06 -0400 Subject: [PATCH] add alt text to portrait --- nomen/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nomen/main.py b/nomen/main.py index fcd53a3..938486b 100644 --- a/nomen/main.py +++ b/nomen/main.py @@ -292,9 +292,10 @@ async def prefix(ctx, prefix=None): @bot.command() async def portrait(ctx): + """Show Nomen's full portrait""" embed = Embed( 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")