diff --git a/src/commands/discord.rs b/src/commands/discord.rs
index 38e0e6a..0bac687 100644
--- a/src/commands/discord.rs
+++ b/src/commands/discord.rs
@@ -95,7 +95,6 @@ impl MessageContext for poise::Context<'_, UserContext, Error> {
 
 	async fn send(&mut self, message: CreateReply) -> Result<(), Error> {
 		poise::send_reply(*self, message).await?;
-        poise::say_repl
 		Ok(())
 	}