diff --git a/class.wynncraftAPI.php b/class.wynncraftAPI.php index 24c691c..e4307c1 100644 --- a/class.wynncraftAPI.php +++ b/class.wynncraftAPI.php @@ -15,7 +15,7 @@ class wynncraftAPI * * @const string */ - const apiUrl = 'http://api.wynncraft.com/public_api.php?'; + const apiUrl = 'https://api.wynncraft.com/public_api.php?'; /** * The format the api call should be returned as @@ -165,7 +165,7 @@ public function guildStats($guild) { * @return array|mixed|string * @throws Exception */ - public function guildList()) { + public function guildList() { return $this->apiCommand('guildList'); }