From fac888eabb1a8787e5c2be4d83c204e16156ee27 Mon Sep 17 00:00:00 2001 From: tec <tec@ucc.gu.uwa.edu.au> Date: Sat, 1 Feb 2020 19:48:56 +0800 Subject: [PATCH] Add a bit of information to logreact --- src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 90497c0..e0ad703 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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" => { -- GitLab