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 e993a6c941 - Show all commits

View File

@ -49,7 +49,7 @@ use teloxide::{
type BotDialogue = Dialogue<State, MongodbStorage<Json>>;
#[derive(Envconfig)]
#[derive(Envconfig, Clone)]
pub struct Config {
#[envconfig(from = "BOT_TOKEN")]
pub bot_token: String,