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 4, 2024
1 parent f1312f7 commit 948a4cd
Show file tree
Hide file tree
Showing 3 changed files with 468 additions and 319 deletions.
7 changes: 7 additions & 0 deletions dist/src/structures/Interaction.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ declare class Interaction {
* @public
*/
public readonly get member(): Member;
/**
* The options provided with the interaction.
* @type {Array<Object>}
* @readonly
* @public
*/
public readonly get options(): any[];
/**
* Prompts a user to enter text using a modal.
* @param {Object} options Modal options.
Expand Down
2 changes: 1 addition & 1 deletion dist/src/structures/Interaction.d.ts.map

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

Loading

0 comments on commit 948a4cd

Please sign in to comment.