mirror of
https://github.com/danbulant/discord.js
synced 2026-07-13 07:00:44 +00: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:
parent
89986ae293
commit
b83fdbfefe
1 changed files with 2 additions and 1 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue