Skip to content

add support for discord.js v13#85

Merged
maybeanerd merged 2 commits intomasterfrom
feat/add-discordjs-v3-support
Aug 16, 2021
Merged

add support for discord.js v13#85
maybeanerd merged 2 commits intomasterfrom
feat/add-discordjs-v3-support

Conversation

@maybeanerd
Copy link
Copy Markdown
Member

  • fix feat: add discord.js v13 support #83 (for now that only encompasses the shardID to shardId change)
  • rename filenames to make more sense:
    • blapi.ts -> main.ts
    • bttps.ts -> requests.ts
  • bump minor version

- blapi.ts -> main.ts
- bttps.ts -> requests.ts
- bump minor version
- adjust type to support both discordjs v12 and v13 clients passed (for now that only encompasses the shardID to shardId change)
@maybeanerd maybeanerd added the enhancement New feature or request label Aug 13, 2021
@maybeanerd maybeanerd requested a review from advaith1 August 13, 2021 15:49
@maybeanerd
Copy link
Copy Markdown
Member Author

@advaith1 since you found the differences, is there anything else you are aware of? Is this the change you were expecting?
I was too lazy to actually test it with the real types, maybe I (or someone else) should do that before merging

@maybeanerd
Copy link
Copy Markdown
Member Author

tested the typing with d.js v13, and it works

@maybeanerd maybeanerd merged commit a04fc04 into master Aug 16, 2021
@maybeanerd maybeanerd deleted the feat/add-discordjs-v3-support branch August 16, 2021 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add discord.js v13 support

1 participant