Skip to content

Commit fd349e6

Browse files
committed
chore: Run cargo fmt
1 parent 4e43c02 commit fd349e6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pi-bot/src/discord/commands/staff.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,10 @@ pub async fn nuke(
180180
}
181181

182182
let reply = CreateReply::new()
183-
.content(format!("Now nuking {} messages ...", count))
183+
.content(format!(
184+
"Now nuking {} messages from the channel ...",
185+
count
186+
))
184187
.components(vec![]);
185188
reply_handler.edit(ctx, reply).await?;
186189

0 commit comments

Comments
 (0)