add alt text to portrait
This commit is contained in:
parent
5c420d5dea
commit
060a667aac
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue