1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 18:23:12 +00:00

feat: Add hide_name_in_description option to info command

This commit is contained in:
wlinator 2024-08-28 09:56:23 -04:00
parent 35a212ea3a
commit 48f50415b1

View file

@ -37,6 +37,7 @@ class Info(commands.Cog):
description=description,
footer_text=CONST.STRINGS["info_service_footer"],
thumbnail_url=CONST.LUMI_LOGO_OPAQUE,
hide_name_in_description=True,
)
await ctx.send(embed=embed)