diff --git a/src/structure/interfaces/Infraction.js b/src/structure/interfaces/Infraction.js index a70e2b4..cdac3da 100644 --- a/src/structure/interfaces/Infraction.js +++ b/src/structure/interfaces/Infraction.js @@ -496,6 +496,7 @@ class Infraction { this.reason = data.reason; this.resolved = data.resolved; this.changes = data.changes; + this.changes = data.changes || []; this.channelId = data.channel; this.channel = { name: data.channelName };