mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +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
|
||||
* @type {?boolean}
|
||||
* @type {boolean}
|
||||
* @name User#bot
|
||||
*/
|
||||
this.bot = Boolean(data.bot);
|
||||
|
||||
Reference in New Issue
Block a user