mirror of
https://github.com/Noratrieb/widetom.git
synced 2026-01-15 01:15:03 +01:00
small change
This commit is contained in:
parent
19e0ecc500
commit
1f35ded39a
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ async fn say(ctx: &Context, msg: &Message, args: Args) -> CommandResult {
|
|||
};
|
||||
|
||||
let content = content_safe(&ctx.cache, &args.rest(), &settings).await;
|
||||
msg.delete(&ctx.http).await?;
|
||||
msg.channel_id.say(&ctx.http, &content).await?;
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue