public HTTPCommandsInterface(SecondBot linktobot, SecondBotHttpServer sethttpserver) { bot = linktobot; httpserver = sethttpserver; API_type = typeof(HTTP_commands); LoadCommandsList(); }
public void Setup(SecondBot setBot, SecondBotHttpServer Sethttpserver) { bot = setBot; httpserver = Sethttpserver; }