mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
docs: inconsistencies
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user