Skip to content

Update packages, any interaction type, support new component types, refactor code#14

Open
scottbucher wants to merge 8 commits into
masterfrom
feature/any-intr
Open

Update packages, any interaction type, support new component types, refactor code#14
scottbucher wants to merge 8 commits into
masterfrom
feature/any-intr

Conversation

@scottbucher

Copy link
Copy Markdown
Collaborator

No description provided.

@scottbucher scottbucher changed the title Feature/any intr & new modal types Update packages, any interaction type, support new component types, refactor code Nov 22, 2025
Comment thread package.json
{
"name": "discord.js-collector-utils",
"version": "1.9.1",
"version": "1.9.1-alpha.1",

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we make this a non-alpha version?

Also is this a breaking or non-breaking change for existing users?

Comment thread src/test.ts
// Retrieve Result
async modalSubmitInteraction => {
let textInput = modalSubmitInteraction.components[0].components[0];
let textInput = (modalSubmitInteraction.components[0] as any).components[0];

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems kinda dangerous, do we not know the exact type here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants