smol
This commit is contained in:
parent
bd4ae150bb
commit
4613d69e3f
1 changed files with 3 additions and 3 deletions
|
@ -16,8 +16,8 @@ use std::sync::Arc;
|
|||
use twitch_irc::message::PrivmsgMessage;
|
||||
|
||||
// use crate::core::botinstance::ChType::Channel;
|
||||
use crate::core::botinstance::ChType;
|
||||
use ChType::Channel;
|
||||
use crate::core::botinstance::Channel;
|
||||
// use ChType::Channel;
|
||||
use crate::core::botlog;
|
||||
|
||||
use casual_logger::Log;
|
||||
|
@ -31,7 +31,7 @@ use crate::core::identity::UserRole::*;
|
|||
|
||||
pub async fn init(mgr: Arc<ModulesManager>) {
|
||||
|
||||
const OF_CMD_CHANNEL:ChType = Channel(String::new());
|
||||
const OF_CMD_CHANNEL:Channel = Channel(String::new());
|
||||
|
||||
|
||||
// 1. Define the BotAction
|
||||
|
|
Loading…
Reference in a new issue