WIP: TextMods-Module #58

Draft
HaruYuumei wants to merge 15 commits from TextMods-Module into master
Showing only changes of commit 313b6ecfa9 - Show all commits

View file

@ -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;