Skip to content

Commit

Permalink
Temp commented out InteractionData to test so far
Browse files Browse the repository at this point in the history
  • Loading branch information
JustCat80 committed May 29, 2021
1 parent 3f87031 commit ecd5c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/structures/Interaction.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict";

const Base = require("./Base");
const InteractionData = require("./InteractionData");
//const InteractionData = require("./InteractionData");
const Message = require("./Message");
const Member = require("./Member");

Expand Down

0 comments on commit ecd5c2f

Please sign in to comment.