Potential patch

when calling create server, a partial server was returned. fixed that
This commit is contained in:
hydrabolt
2015-08-25 14:42:38 +01:00
parent dd941ab604
commit 4f179901c6
4 changed files with 106 additions and 105 deletions

View File

@@ -24,7 +24,7 @@ var Invite = (function () {
}
_createClass(Invite, [{
key: "inviteURL",
key: "URL",
get: function get() {
var code = this.xkcd ? this.xkcdpass : this.code;
return "https://discord.gg/" + code;