mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
docs: Added url to Invite's warning comment (#2804)
And added the [serial comma](https://en.wikipedia.org/wiki/Serial_comma)
This commit is contained in:
@@ -4,7 +4,8 @@ const Constants = require('../util/Constants');
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents an invitation to a guild channel.
|
* Represents an invitation to a guild channel.
|
||||||
* <warn>The only guaranteed properties are `code`, `guild` and `channel`. Other properties can be missing.</warn>
|
* <warn>The only guaranteed properties are `code`, `url`, `guild`, and `channel`.
|
||||||
|
* Other properties can be missing.</warn>
|
||||||
*/
|
*/
|
||||||
class Invite {
|
class Invite {
|
||||||
constructor(client, data) {
|
constructor(client, data) {
|
||||||
|
|||||||
Reference in New Issue
Block a user