diff --git a/src/custom/text_mods.rs b/src/custom/text_mods.rs
index 06b8721..5124084 100644
--- a/src/custom/text_mods.rs
+++ b/src/custom/text_mods.rs
@@ -4,6 +4,7 @@ use std::collections::HashMap;
 use std::sync::Arc;
 use rand::{thread_rng, Rng};
 use rand::seq::SliceRandom;
+use twitch_irc::message::ReplyToMessage;
 
 use crate::core::bot_actions::{actions_util, ExecBodyParams};
 use crate::core::botinstance::Channel;