This commit is contained in:
LinlyBoi
2022-08-06 21:28:16 +02:00
parent c4cc0d13cb
commit 82e119c44b

View File

@@ -20,7 +20,7 @@ impl EventHandler for Handler {
// authentication error, or lack of permissions to post in the // authentication error, or lack of permissions to post in the
// channel, so log to stdout when some error happens, with a // channel, so log to stdout when some error happens, with a
// description of it. // description of it.
if let Err(why) = msg.channel_id.say(&ctx.http, "Pong!").await { if let Err(why) = msg.channel_id.say(&ctx.http, "Fuck you").await {
println!("Error sending message: {:?}", why); println!("Error sending message: {:?}", why);
} }
} }