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