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

feat(Message): added string type for message nonce #4782

Merged
merged 14 commits into from
Nov 22, 2020
Merged

feat(Message): added string type for message nonce #4782

merged 14 commits into from
Nov 22, 2020

Conversation

wonderlandpark
Copy link
Contributor

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

At Discord API document message nonce type is integer or string.
But, for discord.js only accept integer.

Status

  • 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

Semantic versioning classification:

  • This PR changes the library's interface (methods or parameters added)
    • This PR includes breaking changes (methods removed or renamed, parameters moved or removed)
  • This PR only includes non-code changes, like changes to documentation, README, etc.

@wonderlandpark wonderlandpark changed the title Fixed Nonce type feat(Message): added string type for message nonce Sep 3, 2020
src/errors/Messages.js Outdated Show resolved Hide resolved
src/structures/APIMessage.js Outdated Show resolved Hide resolved
typings/index.d.ts Show resolved Hide resolved
src/errors/Messages.js Outdated Show resolved Hide resolved
src/structures/APIMessage.js Outdated Show resolved Hide resolved
Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com>
src/structures/APIMessage.js Outdated Show resolved Hide resolved
src/errors/Messages.js Outdated Show resolved Hide resolved
src/errors/Messages.js Outdated Show resolved Hide resolved
@kyranet kyranet requested a review from iCrawl September 22, 2020 07:43
Copy link
Member

@SpaceEEC SpaceEEC left a comment

Choose a reason for hiding this comment

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

Otherwise LGTM.

src/errors/Messages.js Outdated Show resolved Hide resolved
Co-authored-by: SpaceEEC <spaceeec@yahoo.com>
@wonderlandpark
Copy link
Contributor Author

Hello, when will this merged? Is it for the next release?

@iCrawl iCrawl merged commit 4b555fd into discordjs:master Nov 22, 2020
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.

None yet

6 participants