Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

types(ModalMessageModalSubmitInteraction): channelId is not nullable #8496

Merged
merged 2 commits into from Aug 16, 2022

Conversation

ImRodry
Copy link
Contributor

@ImRodry ImRodry commented Aug 16, 2022

Please describe the changes this PR makes and why it should be merged:

This PR marks channelId as not nullable in ModalMessageModalSubmitInteraction. I had to make this commit through GitHub because the pre-commit hooks kept failing for some reason but I hope this is all that needs to be done

Status and versioning classification:

  • Code changes have been tested against the Discord API, or there are no code changes
  • I know how to update typings and have done so, or typings don't need updating

@vercel
Copy link

vercel bot commented Aug 16, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated
discord-js ⬜️ Ignored (Inspect) Aug 16, 2022 at 3:33PM (UTC)

@ImRodry
Copy link
Contributor Author

ImRodry commented Aug 16, 2022

yeah idk why the CI is failing but I didn't touch that

@imranbarbhuiya
Copy link
Contributor

yeah idk why the CI is failing but I didn't touch that

ci is failing after c052f56 commit as docgen package has some typings issue

@iCrawl iCrawl force-pushed the types/modalmessageint-channelid branch from c8ef4a0 to b571851 Compare August 16, 2022 15:24
@codecov
Copy link

codecov bot commented Aug 16, 2022

Codecov Report

Merging #8496 (b571851) into main (a1dddd6) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head b571851 differs from pull request most recent head 7ca97aa. Consider uploading reports for the commit 7ca97aa to get more accurate results

@@           Coverage Diff           @@
##             main    #8496   +/-   ##
=======================================
  Coverage   86.49%   86.50%           
=======================================
  Files          87       87           
  Lines        8339     8341    +2     
  Branches     1104     1104           
=======================================
+ Hits         7213     7215    +2     
  Misses       1083     1083           
  Partials       43       43           
Flag Coverage Δ
builders 100.00% <ø> (ø)
collection 100.00% <ø> (ø)
proxy 73.28% <ø> (ø)
rest 92.53% <ø> (ø)
utilities 100.00% <ø> (ø)
voice 64.08% <ø> (ø)
ws 60.34% <100.00%> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
packages/ws/src/utils/utils.ts 100.00% <100.00%> (ø)
packages/ws/src/ws/WebSocketManager.ts 98.60% <100.00%> (+<0.01%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@kodiakhq kodiakhq bot merged commit c31a5cf into discordjs:main Aug 16, 2022
@ImRodry ImRodry deleted the types/modalmessageint-channelid branch August 16, 2022 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

6 participants