mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
refactor(website): extract layouts and use more server components (#9027)
Closes https://github.com/discordjs/discord.js/issues/8920 Closes https://github.com/discordjs/discord.js/issues/8997
This commit is contained in:
@@ -11,6 +11,10 @@ export const PACKAGES = [
|
||||
'ws',
|
||||
];
|
||||
|
||||
export const N_RECENT_VERSIONS = 2;
|
||||
|
||||
export const OVERLOAD_SEPARATOR = ':';
|
||||
|
||||
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.";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user