fix: remove debugging

This commit is contained in:
Soph :3 2025-09-14 18:38:14 +03:00
parent fb1d8206c0
commit b42a848063

View file

@ -205,13 +205,6 @@ impl Command for RankCommand {
},
_ => {}
}
client
.message(format!(
"action: {}, sub_action: {}, permission_or_rank: {}",
action, sub_action, permission_or_rank
))
.await;
} else {
client.message(
format!("You do not have permission `rank.{action}.{sub_action}` to run this command."),