fix: remove debugging
This commit is contained in:
parent
fb1d8206c0
commit
b42a848063
1 changed files with 0 additions and 7 deletions
|
|
@ -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 {
|
} else {
|
||||||
client.message(
|
client.message(
|
||||||
format!("You do not have permission `rank.{action}.{sub_action}` to run this command."),
|
format!("You do not have permission `rank.{action}.{sub_action}` to run this command."),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue