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

View File

@ -10,6 +10,7 @@ pub enum CommandError {
ValidationError(String), ValidationError(String),
} }
#[derive(Clone)]
pub struct BotCommand { pub struct BotCommand {
command: String, command: String,
args: Option<String>, args: Option<String>,