diff --git a/swordfish/src/main.rs b/swordfish/src/main.rs index 5257e76..1c121ba 100644 --- a/swordfish/src/main.rs +++ b/swordfish/src/main.rs @@ -38,12 +38,6 @@ impl EventHandler for Handler { if msg.author.id.get() == constants::KATANA_ID { parse_katana(&ctx, &msg).await.unwrap(); } - if msg.content == "pong" { - info!("Message contains 'pong'"); - if let Err(why) = msg.channel_id.say(&ctx.http, "Pongo!").await { - println!("Error sending message: {:?}", why); - } - } } async fn message_update( &self,