migration to JS engine #1

Merged
akulij merged 131 commits from dev into main 2025-05-31 08:49:52 +00:00
Showing only changes of commit e1b6b5aa10 - Show all commits

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,