From 4554e21fcaf7f53d980928aa8e06929d9ea56bfb Mon Sep 17 00:00:00 2001 From: Syunngiku0402 Date: Mon, 16 Dec 2024 17:39:37 +0900 Subject: [PATCH] =?UTF-8?q?help=E3=81=AE=E3=82=B3=E3=83=BC=E3=83=89(=3F)?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CommandLab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommandLab.py b/CommandLab.py index d514527..f4c1b6d 100644 --- a/CommandLab.py +++ b/CommandLab.py @@ -166,7 +166,7 @@ async def on_message(message: discord.Message): if client.user in message.mentions and message.reference is None: await message.channel.send( - f"{message.author.mention}呼んだ?\nわからないことがあったら【/chelp】を実行してね" + f"{message.author.mention}呼んだ?\nわからないことがあったら【】を実行してね" ) @client.tree.error