mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 14:41:36 +00:00
Webpack build: 361547a588
This commit is contained in:
parent
df2274bcac
commit
34e8a43b79
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue