diff --git a/packages/discord.js/src/structures/GuildAuditLogsEntry.js b/packages/discord.js/src/structures/GuildAuditLogsEntry.js index 841cc0de8a444..4498c93841199 100644 --- a/packages/discord.js/src/structures/GuildAuditLogsEntry.js +++ b/packages/discord.js/src/structures/GuildAuditLogsEntry.js @@ -126,12 +126,6 @@ class GuildAuditLogsEntry { */ this.executorId = data.user_id; - /** - * The type of integration which performed the action - * @type {?Integration.IntegrationType} - */ - this.integrationType = data.integration_type; - /** * The user that executed this entry * @type {?User}