pub type BotData = (Arc<Mutex<Player>>, Arc<Mutex<World>>, MessageSender);
Type alias for main bot data