enable Send for BotController

This commit is contained in:
Akulij 2025-05-31 10:48:15 +05:00
parent e993a6c941
commit 0265942449

View File

@ -118,6 +118,8 @@ pub struct BotController {
pub runner: Runner,
}
unsafe impl Send for BotController {}
const MAIN_BOT_SCRIPT: &str = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/mainbot.js"));
impl BotController {