Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

chore: update readme #45

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
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
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@

## Status: pre-alpha

The idea behind `-next` is to rewrite the entire library in [TypeScript](https://www.typescriptlang.org) to make use of type safety and other features during development. We will still release it as a JavaScript library in 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

See [Contributing Guide](https://github.com/discordjs/discord.js-next/blob/master/.github/CONTRIBUTING.md).