chore: Update /core constants (#8874)

This commit is contained in:
Jiralite
2022-11-28 08:14:16 +00:00
committed by GitHub
parent ebf9991df7
commit ed68a1af5b
8 changed files with 9 additions and 5 deletions

View File

@@ -390,5 +390,5 @@ export default async function Page({ params }: { params: { slug: string[] } }) {
}
export const config = {
unstable_includeFiles: [`../../packages/{brokers,builders,collection,proxy,rest,util,voice,ws}/README.md`],
unstable_includeFiles: [`../../packages/{brokers,builders,collection,core,proxy,rest,util,voice,ws}/README.md`],
};

View File

@@ -1,4 +1,4 @@
export const PACKAGES = ['brokers', 'builders', 'collection', 'proxy', 'rest', 'util', 'voice', 'ws'];
export const PACKAGES = ['brokers', 'builders', 'collection', 'core', 'proxy', 'rest', 'util', 'voice', 'ws'];
export const DESCRIPTION =
"discord.js is a powerful node.js module that allows you to interact with the Discord API very easily. It takes a much more object-oriented approach than most other JS Discord libraries, making your bot's code significantly tidier and easier to comprehend.";