docs: inconsistencies

This commit is contained in:
Lewdcario
2018-04-18 20:21:17 -05:00
parent 2dd7fd2739
commit ec9211c3ce
4 changed files with 13 additions and 6 deletions

View File

@@ -76,7 +76,7 @@ class Invite extends Base {
if (data.inviter) {
/**
* The user who created this invite
* @type {User}
* @type {?User}
*/
this.inviter = this.client.users.add(data.inviter);
}