diff --git a/commands/text-edit/yoda.js b/commands/text-edit/yoda.js index 89765f94..8bf402be 100644 --- a/commands/text-edit/yoda.js +++ b/commands/text-edit/yoda.js @@ -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; } };