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 1757571f35 - Show all commits

View File

@ -55,6 +55,8 @@ pub struct Config {
pub admin_password: String, pub admin_password: String,
#[envconfig(from = "ADMIN_ID")] #[envconfig(from = "ADMIN_ID")]
pub admin_id: u64, pub admin_id: u64,
#[envconfig(from = "BOT_NAME")]
pub bot_name: String,
} }
#[derive(BotCommands, Clone)] #[derive(BotCommands, Clone)]