From b6167d8c3bc40283ca2d1b454e7af33f5ab0089d Mon Sep 17 00:00:00 2001 From: Carter <45381083+Fyko@users.noreply.github.com> Date: Mon, 17 Aug 2020 01:45:57 -0600 Subject: [PATCH] docs: update jsdoc type for User#bot (#4716) --- src/structures/User.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/User.js b/src/structures/User.js index 97cfc94a2..c677d3e96 100644 --- a/src/structures/User.js +++ b/src/structures/User.js @@ -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);