fix(guide): Fix unknown component in v14 update guide (#9514)

* chore(constants): update discord.js to 14.10.2

* feat(DocsLink): handle only a package

* fix(updating-to-v14): fix unknown component
This commit is contained in:
Jiralite
2023-05-05 08:37:47 +01:00
committed by GitHub
parent 51d53f5117
commit 506f7fcd3b
3 changed files with 25 additions and 20 deletions

View File

@@ -24,4 +24,4 @@ export const PACKAGES = [
/**
* The stable version of discord.js.
*/
export const VERSION = '14.10.0' as const;
export const VERSION = '14.10.2' as const;