diff --git a/src/structures/Invite.js b/src/structures/Invite.js index 9d655ab5a..1d84cf58b 100644 --- a/src/structures/Invite.js +++ b/src/structures/Invite.js @@ -4,7 +4,8 @@ const Constants = require('../util/Constants'); /** * Represents an invitation to a guild channel. - * The only guaranteed properties are `code`, `guild` and `channel`. Other properties can be missing. + * The only guaranteed properties are `code`, `url`, `guild`, and `channel`. + * Other properties can be missing. */ class Invite { constructor(client, data) {