Skip to content

Commit

Permalink
Removed InteractionData.customId
Browse files Browse the repository at this point in the history
  • Loading branch information
JustCat80 committed May 30, 2021
1 parent 07aff1a commit 67abcdb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/structures/InteractionData.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ const Base = require("./Base");
class InteractionData extends Base {
constructor(data) {
super(data.id||data.custom_id);
if(data.custom_id) {
this.customId = data.custom_id;
} else {
this.customId = null;
}

if(data.component_type) {
this.componentType = data.component_type;
Expand Down

0 comments on commit 67abcdb

Please sign in to comment.