mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 03:23:29 +01:00
docs: update jsdoc type for User#bot (#4716)
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user