From a213c9c85dbe9fe488065fbf764cf6b2b4ff01da Mon Sep 17 00:00:00 2001 From: Bond-009 Date: Fri, 18 Aug 2017 18:54:45 +0200 Subject: Fix a failing test (#140) --- src/framework/create_command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/framework/create_command.rs') diff --git a/src/framework/create_command.rs b/src/framework/create_command.rs index 3bb019c..242c62f 100644 --- a/src/framework/create_command.rs +++ b/src/framework/create_command.rs @@ -50,7 +50,7 @@ impl CreateCommand { /// .desc("Replies to a ping with a pong") /// .exec(ping))); /// - /// fn ping(_context: &mut Context, message: &Message, _args: Vec) -> Result<(), + /// fn ping(_context: &mut Context, message: &Message, _args: Vec, _original_msg: String) -> Result<(), /// String> { /// let _ = message.channel_id.say("Pong!"); /// -- cgit v1.2.3