public void Setup(RLVbot setBot, UUID callerUUID, string callerName)
 {
     bot         = setBot;
     caller_name = callerName;
     caller_uuid = callerUUID;
 }
 public RLVcontrol(RLVbot linktobot)
 {
     bot      = linktobot;
     API_type = typeof(RLV_command);
     LoadCommandsList();
 }