From 82e119c44b9393bde5179ff3b02ae25a2136fae8 Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Sat, 6 Aug 2022 21:28:16 +0200 Subject: [PATCH] fuck you --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 38c1d60..c167365 100644 --- a/src/main.rs +++ b/src/main.rs @@ -20,7 +20,7 @@ impl EventHandler for Handler { // authentication error, or lack of permissions to post in the // channel, so log to stdout when some error happens, with a // 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); } }