Webpack build for branch 11.3-dev: 886c21223e

This commit is contained in:
Travis CI 2018-07-18 09:45:56 +00:00
parent 98a60298c2
commit 7fe1586258
2 changed files with 2 additions and 2 deletions

View file

@ -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);

File diff suppressed because one or more lines are too long