more debug... who overwrote!

This commit is contained in:
LinlyBoi
2022-08-06 23:10:46 +02:00
parent 82e119c44b
commit 32f3b89c41

View File

@@ -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