Skip to content

Commit

Permalink
fix: remove non-extra approach
Browse files Browse the repository at this point in the history
  • Loading branch information
almostSouji committed Aug 22, 2023
1 parent baa9ccc commit b6e6f65
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/discord.js/src/structures/GuildAuditLogsEntry.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit b6e6f65

Please sign in to comment.