Fix interaction

This commit is contained in:
Oupson 2021-04-16 21:29:16 +02:00
parent 4adcd3da40
commit 0866590130
2 changed files with 2 additions and 2 deletions

View File

@ -24,4 +24,4 @@ serde_json = "1.0"
log = "0.4"
log4rs = "1.0"
ctrlc = "3.1"
songbird = { version = "0.1.4", features = ["driver", "builtin-queue"], optional = true }
songbird = { version = "0.1", features = ["driver", "builtin-queue"], optional = true }

View File

@ -128,7 +128,7 @@ async fn goulag(
member.add_role(&ctx.http, mute_role).await?;
Response::new_with_embed(5, |e| {
Response::new_with_embed(4, |e| {
super::embed_author(e, Some(author))
.title("Mute")
.description(format!("{} was muted", member.display_name()))