We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e43c02 commit fd349e6Copy full SHA for fd349e6
1 file changed
pi-bot/src/discord/commands/staff.rs
@@ -180,7 +180,10 @@ pub async fn nuke(
180
}
181
182
let reply = CreateReply::new()
183
- .content(format!("Now nuking {} messages ...", count))
+ .content(format!(
184
+ "Now nuking {} messages from the channel ...",
185
+ count
186
+ ))
187
.components(vec![]);
188
reply_handler.edit(ctx, reply).await?;
189
0 commit comments