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

refactor: Hide name in description for blackjack game embeds

This commit is contained in:
wlinator 2024-09-02 03:02:14 -04:00
parent 5b9c51ce56
commit c9688ed0e0

View file

@ -202,6 +202,7 @@ class Blackjack(commands.Cog):
description=description, description=description,
footer_text=footer_text, footer_text=footer_text,
footer_icon_url=CONST.MUFFIN_ART, footer_icon_url=CONST.MUFFIN_ART,
hide_name_in_description=True,
) )
def create_end_game_embed( def create_end_game_embed(
@ -223,6 +224,7 @@ class Blackjack(commands.Cog):
), ),
footer_text=CONST.STRINGS["blackjack_footer"], footer_text=CONST.STRINGS["blackjack_footer"],
footer_icon_url=CONST.MUFFIN_ART, footer_icon_url=CONST.MUFFIN_ART,
hide_name_in_description=True,
) )
result = { result = {