From 96adfe67f4367135324c354b111d91f957175690 Mon Sep 17 00:00:00 2001 From: Syunngiku0402 Date: Tue, 19 Nov 2024 01:52:22 +0900 Subject: [PATCH] =?UTF-8?q?=E9=80=B2=E6=95=B0=E5=A4=89=E6=8F=9B=E3=82=B3?= =?UTF-8?q?=E3=83=9E=E3=83=B3=E3=83=89=E5=AE=9F=E8=A3=85v6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cogs/cradix.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cogs/cradix.py b/cogs/cradix.py index 376a0cb..1959375 100644 --- a/cogs/cradix.py +++ b/cogs/cradix.py @@ -80,16 +80,22 @@ async def cradix(self, interaction: discord.Interaction, num: int, mode: Optiona description=DESCRIPTION1, color=0x58619A ) + radix_embed1.set_footer(text=f"Send by {interaction.user.mention}") + radix_embed2 = discord.Embed( title="進数変換", description=DESCRIPTION2, color=0x58619A ) + radix_embed2.set_footer(text=f"Send by {interaction.user.mention}") + radix_embed3 = discord.Embed( title="進数変換", description=DESCRIPTION3, color=0x58619A ) + radix_embed3.set_footer(text=f"Send by {interaction.user.mention}") + if mode == "cradix2": await interaction.response.send_message(embed=radix_embed2) elif mode == "cradix3":