derive Clone for BotController

This commit is contained in:
Akulij 2025-05-27 14:14:23 +05:00
parent 4a35243a4c
commit e1b6b5aa10

View File

@ -106,6 +106,7 @@ pub enum Callback {
type CallbackStore = CallbackInfo<Callback>; type CallbackStore = CallbackInfo<Callback>;
#[derive(Clone)]
pub struct BotController { pub struct BotController {
pub bot: Bot, pub bot: Bot,
pub db: DB, pub db: DB,