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 Oct 26, 2024
1 parent e6fa52a commit 1d27694
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions dist/src/testData.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1641,6 +1641,9 @@ export namespace TEST_EMOJIS {
export namespace TEST_INVITES {
function GENERIC_INVITE(client: any): Invite;
}
export namespace TEST_INTERACTIONS {
function GENERIC_INTERACTION(client: any): Interaction;
}
import Client from "./Client.js";
import Guild from "./structures/Guild.js";
import TextChannel from "./structures/TextChannel.js";
Expand All @@ -1654,4 +1657,5 @@ import { ScheduledEvent } from "./structures.js";
import User from "./structures/User.js";
import { Emoji } from "./structures.js";
import { Invite } from "./structures.js";
import { Interaction } 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 1d27694

Please sign in to comment.