mirror of
https://github.com/danbulant/discord.js
synced 2026-06-20 07:02:00 +00:00
Webpack build for branch 11.3-dev: 886c21223e
This commit is contained in:
parent
98a60298c2
commit
7fe1586258
2 changed files with 2 additions and 2 deletions
|
|
@ -14918,7 +14918,7 @@ class GuildAuditLogsEntry {
|
|||
id: data.target_id,
|
||||
guild,
|
||||
});
|
||||
changes.channel = guild.channels.get(changes.channel_id);
|
||||
changes.channel = { id: changes.channel_id };
|
||||
this.target = new Invite(guild.client, changes);
|
||||
} else if (targetType === Targets.MESSAGE) {
|
||||
this.target = guild.client.users.get(data.target_id);
|
||||
|
|
|
|||
2
discord.11.3-dev.min.js
vendored
2
discord.11.3-dev.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue