From 34e8a43b79bf665ccae5d975d856e3520b03f296 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Fri, 16 Dec 2016 01:11:35 +0000 Subject: [PATCH] Webpack build: 361547a5888813f1c230a1ba474d454b6c27f87a --- discord.indev.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/discord.indev.js b/discord.indev.js index be019ed3..aac61660 100644 --- a/discord.indev.js +++ b/discord.indev.js @@ -9200,7 +9200,7 @@ class MessageCollector extends EventEmitter { * return false; // failed the filter test * } * ``` - * @typedef {function} CollectorFilterFunction + * @typedef {Function} CollectorFilterFunction */ /** @@ -22518,7 +22518,7 @@ class UserConnection { /** * Whether the connection is revoked - * @type {Boolean} + * @type {boolean} */ this.revoked = data.revoked; @@ -22577,7 +22577,7 @@ class UserProfile { setup(data) { /** * If the user has Discord Premium - * @type {Boolean} + * @type {boolean} */ this.premium = data.premium;