mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-02 09:00:07 +00: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