From 313b6ecfa9047775f0475eb121772ef493132be9 Mon Sep 17 00:00:00 2001 From: haruyuumei Date: Tue, 9 Apr 2024 16:50:07 -0300 Subject: [PATCH] Updating textmods to say_in_reply --- src/custom/text_mods.rs | 1 + 1 file changed, 1 insertion(+) 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;