ちょっと説明の補足
This commit is contained in:
parent
a2c7fd6f05
commit
5bff1f6a16
1 changed files with 1 additions and 1 deletions
|
@ -1078,7 +1078,7 @@ async def send_log(**kwargs):
|
|||
|
||||
elif mode == "pcnickname":
|
||||
alt_name = str(kwargs.get("alt_name"))
|
||||
log_embed = discord.Embed(title=f":pencil: PC {pc_number} 番 | PCのニックネーム変更通知", description=f"<@{discord_user_id}> さんによってPCのニックネームが変更されました。", color=0x1343EB)
|
||||
log_embed = discord.Embed(title=f":pencil: PC {pc_number} 番 | PCのニックネーム変更通知", description=f"<@{discord_user_id}> さんによってPCのニックネームが変更されました。\nボタンに変更を適用する場合は、再度 /init コマンドでボタンを送信して下さい。\n古いボタンを削除することをお忘れなく!", color=0x1343EB)
|
||||
log_embed.add_field(name="ニックネーム", value=alt_name)
|
||||
|
||||
await client.get_channel(dislocker.server_config["bot"]["log_channel_id"]).send(embed=log_embed)
|
||||
|
|
Loading…
Reference in a new issue