Function do_command

Source
fn do_command(
    server: &mut Server,
    client: Entity,
    target: Entity,
    args: Vec<String>,
    cmd: &ServerChatCommand,
) -> Result<(), Content>