Skip to content

Commit

Permalink
helpのコード(?)化
Browse files Browse the repository at this point in the history
  • Loading branch information
Syunngiku0402 committed Dec 16, 2024
1 parent 6e27aed commit 4554e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommandLab.py
Original file line number Diff line number Diff line change
Expand Up @@ -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わからないことがあったら【</help:1218483030247604265>】を実行してね"
)

@client.tree.error
Expand Down

0 comments on commit 4554e21

Please sign in to comment.