derive Clone for BotController
This commit is contained in:
parent
4a35243a4c
commit
e1b6b5aa10
@ -106,6 +106,7 @@ pub enum Callback {
|
||||
|
||||
type CallbackStore = CallbackInfo<Callback>;
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct BotController {
|
||||
pub bot: Bot,
|
||||
pub db: DB,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user