From 53fba29dc01e693139a51bcf282f6f59bcdba1e0 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 1 Dec 2019 14:32:26 -0500 Subject: [PATCH] Fix? --- commands/text-edit/yoda.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } };