Documentation updates and major bug fix

Clients no longer die when a URL is sent
This commit is contained in:
hydrabolt
2015-08-16 20:58:23 +01:00
parent 32132b8db2
commit d1fbdd6ae8
3 changed files with 95 additions and 6 deletions

View File

@@ -59,7 +59,7 @@ exports.Server = function( region, ownerID, name, id, members, icon, afkTimeout,
/**
* The ID of the AFK Channel, evaluates to false if doesn't exist.
* @type {String}
* @attribute afkChannelid
* @attribute afkChannelId
*/
this.afkChannelId = afkChannelId;