mirror of
https://github.com/danbulant/discord.js
synced 2026-06-07 00:32:03 +00:00
docs: update jsdoc type for User#bot (#4716)
This commit is contained in:
parent
56e8ef2d38
commit
b6167d8c3b
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ class User extends Base {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Whether or not the user is a bot
|
* Whether or not the user is a bot
|
||||||
* @type {?boolean}
|
* @type {boolean}
|
||||||
* @name User#bot
|
* @name User#bot
|
||||||
*/
|
*/
|
||||||
this.bot = Boolean(data.bot);
|
this.bot = Boolean(data.bot);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue