From b83fdbfefeef2e1014ccfcc7c8e74167b6bea492 Mon Sep 17 00:00:00 2001 From: Kyra Date: Wed, 29 Aug 2018 02:12:12 +0200 Subject: [PATCH] docs: Added `url` to Invite's warning comment (#2804) And added the [serial comma](https://en.wikipedia.org/wiki/Serial_comma) --- src/structures/Invite.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/structures/Invite.js b/src/structures/Invite.js index 9d655ab5ac75..1d84cf58b815 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) {