Skip to content

Commit

Permalink
Changed Discord URL
Browse files Browse the repository at this point in the history
  • Loading branch information
GodMod committed Jul 17, 2020
1 parent eb7a556 commit cb5aa42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/discord/discordviewer.class.php
Expand Up @@ -40,7 +40,7 @@ public function __construct($id){

function viewer(){
$imgPath = $this->server_path . 'portal/voice/modules/discord/images/';
$strURL = "https://discordapp.com/api/guilds/".$this->serverID."/widget.json";
$strURL = "https://discord.com/api/guilds/".$this->serverID."/widget.json";

$out = "";

Expand Down
2 changes: 1 addition & 1 deletion voice_portal.class.php
Expand Up @@ -27,7 +27,7 @@ class voice_portal extends portal_generic {
protected static $path = 'voice';
protected static $data = array(
'name' => 'Voice Server',
'version' => '0.2.14',
'version' => '0.2.15',
'author' => 'GodMod',
'icon' => 'fa-microphone',
'contact' => EQDKP_PROJECT_URL,
Expand Down

0 comments on commit cb5aa42

Please sign in to comment.