This commit is contained in:
Dragon Fire
2019-12-01 14:32:26 -05:00
parent aee21c9561
commit 53fba29dc0
+1 -1
View File
@@ -41,7 +41,7 @@ module.exports = class YodaCommand extends Command {
}
async setUpClient() {
this.soapClient = await soap.createClientAsync('https://www.yodaspeak.co.uk/webservice/yodatalk.php?wsdl');
this.soapClient = await soap.createClientAsync('http://www.yodaspeak.co.uk/webservice/yodatalk.php?wsdl');
return this.soapClient;
}
};