fn handle_group_leave(
    server: &mut Server,
    _client: Entity,
    target: Entity,
    _args: Vec<String>,
    _action: &ServerChatCommand
) -> Result<(), Content>