mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 10:33:30 +01:00
Potential patch
when calling create server, a partial server was returned. fixed that
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user