20240212 - working fn param botinstance
This commit is contained in:
parent
8f48c3cf59
commit
a83e77ddcf
1 changed files with 2 additions and 3 deletions
|
@ -32,7 +32,7 @@ use crate::core::ratelimiter::RateLimiter;
|
|||
use crate::core::ratelimiter;
|
||||
|
||||
use crate::core::botmodules;
|
||||
use crate::core::botmodules::{ModulesManager,BotAction};
|
||||
use crate::core::botmodules::ModulesManager;
|
||||
use crate::core::identity::{IdentityManager,Permissible};
|
||||
|
||||
use std::rc::Rc;
|
||||
|
@ -882,8 +882,7 @@ impl BotInstance
|
|||
// c.execute(self.chat.clone(), msg.clone()).await;
|
||||
|
||||
}
|
||||
None::<&PrivmsgMessage> // [ ] Command not confirmed?
|
||||
None::<&PrivmsgMessage> // [ ] Command not confirmed?
|
||||
// None::<&PrivmsgMessage> // [ ] Command not confirmed?
|
||||
},
|
||||
|
||||
crate::core::botmodules::BotAction::L(l) => {
|
||||
|
|
Loading…
Reference in a new issue