mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 14:20:51 +02:00
Fix?
This commit is contained in:
@@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user