mirror of
https://github.com/mii443/ncb-tts-r2.git
synced 2025-08-22 16:15:29 +00:00
change setup message
This commit is contained in:
@ -131,7 +131,7 @@ pub async fn setup_command(
|
|||||||
command
|
command
|
||||||
.create_interaction_response(&ctx.http, |f| {
|
.create_interaction_response(&ctx.http, |f| {
|
||||||
f.interaction_response_data(|d| {
|
f.interaction_response_data(|d| {
|
||||||
d.content(format!("TTS Channel: <#{}>", text_channel_id))
|
d.content(format!("TTS Channel: <#{}>{}", text_channel_id, if text_channel_id == channel_id { "\nボイスチャンネルを右クリックし `チャットを開く` を押して開くことが出来ます。" } else { "" }))
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
.await?;
|
.await?;
|
||||||
|
Reference in New Issue
Block a user