feat(labubu): make code block ansi && add footer

This commit is contained in:
neoarz
2025-09-20 11:49:46 -04:00
parent d51d8f1bc3
commit 657452a553

View File

@@ -49,10 +49,11 @@ class Labubu(commands.Cog, name="labubu"):
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣹⣿⣿⣿⣾⣷⣾⡗⣒⠶⣿⣿⣿⡷⣾⣿⣿⣿⣿⣿⣿⢿⣿⣿⣿⣿⣿⣿⣿""" ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣹⣿⣿⣿⣾⣷⣾⡗⣒⠶⣿⣿⣿⡷⣾⣿⣿⣿⣿⣿⣿⢿⣿⣿⣿⣿⣿⣿⣿"""
embed = discord.Embed( embed = discord.Embed(
description=f"```\n{labubu_art}\n```", description=f"```ansi\n{labubu_art}\n```",
color=0x7289DA, color=0x7289DA,
) )
embed.set_author(name="Labubu", icon_url="https://yes.nighty.works/raw/YxMC0r.png") 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): if getattr(context, "interaction", None):
inter = context.interaction inter = context.interaction