Skip to main content

add_chat_command

Function add_chat_command 

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