Skip to content

Commit

Permalink
Commit from GitHub Actions (Export and compile structures)
Browse files Browse the repository at this point in the history
  • Loading branch information
Starman3787 committed Nov 14, 2024
1 parent f3bbee6 commit d740d83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions dist/src/testData.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1643,6 +1643,8 @@ export namespace TEST_INVITES {
}
export namespace TEST_INTERACTIONS {
export function GENERIC_INTERACTION(client: any): Interaction;
export function SLASH_COMMAND_1(client: any): SlashCommand;
export { SLASH_COMMAND_1 as SLASH_COMMAND };
export function BUTTON_CLICK_1(client: any): ButtonClick;
export { BUTTON_CLICK_1 as BUTTON_CLICK };
}
Expand All @@ -1660,5 +1662,6 @@ import User from "./structures/User.js";
import { Emoji } from "./structures.js";
import { Invite } from "./structures.js";
import { Interaction } from "./structures.js";
import { SlashCommand } from "./structures.js";
import { ButtonClick } from "./structures.js";
//# sourceMappingURL=testData.d.ts.map
2 changes: 1 addition & 1 deletion dist/src/testData.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d740d83

Please sign in to comment.