Skip to content
Snippets Groups Projects
Unverified Commit fac888ea authored by tec's avatar tec
Browse files

Add a bit of information to logreact

parent 2c97b924
Branches
No related merge requests found
......@@ -66,7 +66,8 @@ impl EventHandler for Handler {
e!("Error deleting logreact prompt: {:?}", msg.delete(&ctx));
e!(
"Error sending message {:?}",
msg.channel_id.say(&ctx.http, "React to this to log the ID")
msg.channel_id
.say(&ctx.http, "React to this to log the ID (for the next 5min)")
)
}
"help" => {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment