docs: update jsdoc type for User#bot (#4716)

This commit is contained in:
Carter 2020-08-17 01:45:57 -06:00 committed by GitHub
parent 56e8ef2d38
commit b6167d8c3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);