mirror of
https://github.com/danbulant/discord.js
synced 2026-07-07 20:20:55 +00:00
Webpack build for branch master: 4b77f26851
This commit is contained in:
parent
26d61b764c
commit
642784a7bd
2 changed files with 2 additions and 2 deletions
|
|
@ -17979,7 +17979,7 @@ class ClientUser extends User {
|
||||||
if (data.user_guild_settings) {
|
if (data.user_guild_settings) {
|
||||||
for (const settings of data.user_guild_settings) {
|
for (const settings of data.user_guild_settings) {
|
||||||
const guild = this.client.guilds.get(settings.guild_id);
|
const guild = this.client.guilds.get(settings.guild_id);
|
||||||
this.guildSettings.set(guild.id, new ClientUserGuildSettings(settings, guild));
|
this.guildSettings.set(settings.guild_id, new ClientUserGuildSettings(settings, guild));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
2
discord.master.min.js
vendored
2
discord.master.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue