This commit is contained in:
LinlyBoi
2022-08-06 23:12:20 +02:00
parent 32f3b89c41
commit b3fe6ca0bd

View File

@@ -26,7 +26,7 @@ impl EventHandler for Handler {
}
if msg.content == "hello"
{
if let Err(why) = message.channel_id.say(&ctx.http, "https://www.nohello.com/")
if let Err(why) = message.channel_id.say(&ctx.http, "https://www.nohello.com/");
}
}