more debug... who overwrote!
This commit is contained in:
@@ -24,6 +24,10 @@ impl EventHandler for Handler {
|
|||||||
println!("Error sending message: {:?}", why);
|
println!("Error sending message: {:?}", why);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if msg.content == "hello"
|
||||||
|
{
|
||||||
|
if let Err(why) = message.channel_id.say(&ctx.http, "https://www.nohello.com/")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set a handler to be called on the `ready` event. This is called when a
|
// Set a handler to be called on the `ready` event. This is called when a
|
||||||
|
|||||||
Reference in New Issue
Block a user