func RegisterCommandProps(props *CommandProps) {
    options.register(func(r *runner) {
        stashed, ok := r.commandProps[props.botType]
        if !ok {
            stashed = []*CommandProps{}