pub fn add_chat_command( command_name: &str, message: &str, timing: Option<usize>, ) -> Result<(), Box<dyn Error>>