mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
Grammar cleanup (#875)
This commit: * fixes inconsistencies (primarily regarding capitalization) * fixes non-proper nouns that were improperly capitalized * fixes reminents from not-so-meticulous copy+paste jobs
This commit is contained in:
@@ -13,14 +13,14 @@ class UserProfile {
|
||||
this.user = user;
|
||||
|
||||
/**
|
||||
* The Client that created the instance of the the User.
|
||||
* The Client that created the instance of the the UserProfile.
|
||||
* @type {Client}
|
||||
*/
|
||||
this.client = this.user.client;
|
||||
Object.defineProperty(this, 'client', { enumerable: false, configurable: false });
|
||||
|
||||
/**
|
||||
* Guilds that the ClientUser and the User share
|
||||
* Guilds that the client user and the user share
|
||||
* @type {Collection<Guild>}
|
||||
*/
|
||||
this.mutualGuilds = new Collection();
|
||||
|
||||
Reference in New Issue
Block a user