Skip to content
This repository was archived by the owner on Jan 8, 2022. It is now read-only.
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
</div>

## Status: pre-alpha
The idea behind -next is to rewrite the entire library in typescript to make use of type safety and other TS features during development. We will still release it as a javascript library via the NPM registry.

Being a full rewrite this will be a bit of a larger undergoing, so we encapsulate it in its own repository. Discord.js version 13 is in its finishing strides over at https://github.com/discordjs/discord.js . We do currently not have a roadmap or estimate on a release date for the rewrite under -next.
Copy link

@splatterxl splatterxl Jul 27, 2021

Choose a reason for hiding this comment

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

Suggested change
Being a full rewrite this will be a bit of a larger undergoing, so we encapsulate it in its own repository. Discord.js version 13 is in its finishing strides over at https://github.com/discordjs/discord.js . We do currently not have a roadmap or estimate on a release date for the rewrite under -next.
Being a full rewrite this will be a bit of a larger undergoing, so we encapsulate it in its own repository. While this rewrite is being developed, it is recommended to use [the main package](https://github.com/discordjs/discord.js) instead, as there is more API coverage in that library. We do currently not have a roadmap or estimate on a release date for the rewrite under `-modules`.



## Contribution

Expand Down