public static void StartWebserver() { botHttp = new SimpleHTTPServer(Config.AppDataPath + "\\Webserver", 8080); }