From 657452a553fbae6fb45747f46d16e6a8d3ea3a1a Mon Sep 17 00:00:00 2001 From: neoarz Date: Sat, 20 Sep 2025 11:49:46 -0400 Subject: [PATCH] feat(labubu): make code block ansi && add footer --- cogs/miscellaneous/labubu.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cogs/miscellaneous/labubu.py b/cogs/miscellaneous/labubu.py index 1bc4755..266b1d3 100644 --- a/cogs/miscellaneous/labubu.py +++ b/cogs/miscellaneous/labubu.py @@ -49,10 +49,11 @@ class Labubu(commands.Cog, name="labubu"): ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣹⣿⣿⣿⣾⣷⣾⡗⣒⠶⣿⣿⣿⡷⣾⣿⣿⣿⣿⣿⣿⢿⣿⣿⣿⣿⣿⣿⣿""" embed = discord.Embed( - description=f"```\n{labubu_art}\n```", + description=f"```ansi\n{labubu_art}\n```", color=0x7289DA, ) embed.set_author(name="Labubu", icon_url="https://yes.nighty.works/raw/YxMC0r.png") + embed.set_footer(text=f"May look broken on mobile") if getattr(context, "interaction", None): inter = context.interaction