Skip to content

Commit

Permalink
Update testData.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Starman3787 committed Oct 26, 2024
1 parent 92ff938 commit e6fa52a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/testData.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { INTENTS, PERMISSIONS } from "./constants.js";
import BetterRequestHandler from "./rest/betterRequestHandler.js";
import {
Emoji,
Interaction,
Invite,
Member,
Message,
Expand Down Expand Up @@ -1342,3 +1343,10 @@ export const TEST_INVITES = {
return invite;
},
};

export const TEST_INTERACTIONS = {
GENERIC_INTERACTION: (client) => {
const interaction = new Interaction(client, TEST_DATA.INTERACTION);
return interaction;
},
};

0 comments on commit e6fa52a

Please sign in to comment.