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