Skip to content

Commit

Permalink
docs: Added url to Invite's warning comment (#2804)
Browse files Browse the repository at this point in the history
And added the [serial comma](https://en.wikipedia.org/wiki/Serial_comma)
  • Loading branch information
kyranet authored and Lewdcario committed Aug 29, 2018
1 parent 89986ae commit b83fdbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/structures/Invite.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ const Constants = require('../util/Constants');

/**
* 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 {
constructor(client, data) {
Expand Down

0 comments on commit b83fdbf

Please # to comment.