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

@@ -15,7 +15,7 @@ class Invite {
this.channel = client.getChannel("id", data.channel.id);
}
get inviteURL() {
get URL() {
var code = (this.xkcd ? this.xkcdpass : this.code);
return "https://discord.gg/" + code;
}