removed different language logs & updated language key names

This commit is contained in:
2025-04-12 22:32:50 +02:00
parent 4f18e942a2
commit 149a22ff7f
17 changed files with 113 additions and 200 deletions
+2 -2
View File
@@ -18,10 +18,10 @@ pub async fn cmd(
let r = dc_bind_bk(ctx.data(), ctx.guild_id().unwrap().into(), c_id).await;
if r.is_ok() {
send_msg(ctx, lang!("bound_dc_channel", c_id), true, true).await;
send_msg(ctx, lang!("dc_msg_bound_channel", c_id), true, true).await;
}
else {
send_msg(ctx, lang!("dc_404"), false, false).await;
send_msg(ctx, lang!("dc_msg_server_data_404"), false, false).await;
}
return Ok(());