mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
Fix a bunch of capitalisation issues
This commit is contained in:
@@ -16,7 +16,7 @@ class MessageCollector extends EventEmitter {
|
||||
* return false; // failed the filter test
|
||||
* }
|
||||
* ```
|
||||
* @typedef {function} CollectorFilterFunction
|
||||
* @typedef {Function} CollectorFilterFunction
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@@ -33,7 +33,7 @@ class UserConnection {
|
||||
|
||||
/**
|
||||
* Whether the connection is revoked
|
||||
* @type {Boolean}
|
||||
* @type {boolean}
|
||||
*/
|
||||
this.revoked = data.revoked;
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ class UserProfile {
|
||||
setup(data) {
|
||||
/**
|
||||
* If the user has Discord Premium
|
||||
* @type {Boolean}
|
||||
* @type {boolean}
|
||||
*/
|
||||
this.premium = data.premium;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user