mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
fix types for snowflakes (#1156)
* fix types for snowflakes * Update TextBasedChannel.js
This commit is contained in:
committed by
Schuyler Cebulskie
parent
0b5eeb08f3
commit
59ff1d99ba
@@ -22,13 +22,13 @@ class UserProfile {
|
||||
|
||||
/**
|
||||
* Guilds that the client user and the user share
|
||||
* @type {Collection<Guild>}
|
||||
* @type {Collection<Snowflake, Guild>}
|
||||
*/
|
||||
this.mutualGuilds = new Collection();
|
||||
|
||||
/**
|
||||
* The user's connections
|
||||
* @type {Collection<UserConnection>}
|
||||
* @type {Collection<String, UserConnection>}
|
||||
*/
|
||||
this.connections = new Collection();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user