mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
18 lines
570 B
TypeScript
18 lines
570 B
TypeScript
export const PACKAGES = [
|
|
{ name: 'discord.js' },
|
|
{ name: 'brokers' },
|
|
{ name: 'builders' },
|
|
{ name: 'collection' },
|
|
{ name: 'core' },
|
|
{ name: 'formatters' },
|
|
{ name: 'next' },
|
|
{ name: 'proxy' },
|
|
{ name: 'rest' },
|
|
{ name: 'util' },
|
|
{ name: 'voice' },
|
|
{ name: '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.";
|