fix for a number of commands that had managable permissions not being managable

This commit is contained in:
2020-10-26 19:50:51 +00:00
parent 84e4952752
commit fa17978add
5 changed files with 11 additions and 11 deletions

View File

@ -397,7 +397,7 @@ async fn todo_user(ctx: &Context, msg: &Message, args: String) {
.await;
}
#[command]
#[command("todos")]
#[supports_dm(false)]
#[permission_level(Managed)]
async fn todo_channel(ctx: &Context, msg: &Message, args: String) {
@ -416,7 +416,7 @@ async fn todo_channel(ctx: &Context, msg: &Message, args: String) {
.await;
}
#[command]
#[command("todos")]
#[supports_dm(false)]
#[permission_level(Managed)]
async fn todo_guild(ctx: &Context, msg: &Message, args: String) {