chore: init @discordjs/next (#8988)

Co-authored-by: Superchupu <53496941+SuperchupuDev@users.noreply.github.com>
Co-authored-by: Noel <buechler.noel@outlook.com>
Co-authored-by: Isidro Casiano <isidroICP@outlook.com>
This commit is contained in:
ckohen
2023-01-12 01:27:07 -08:00
committed by GitHub
parent 4accb00b98
commit 859111f864
31 changed files with 539 additions and 3 deletions

View File

@@ -0,0 +1 @@
export * from '@discordjs/builders';

View File

@@ -0,0 +1 @@
export * from '@discordjs/collection';

View File

@@ -0,0 +1 @@
export * from '@discordjs/core';

View File

@@ -0,0 +1 @@
export * from 'discord-api-types/v10';

View File

@@ -0,0 +1 @@
export * from '@discordjs/formatters';

View File

@@ -0,0 +1 @@
export * from '@discordjs/rest';

View File

@@ -0,0 +1 @@
export * from '@discordjs/util';

View File

@@ -0,0 +1 @@
export * from '@discordjs/ws';

View File

@@ -0,0 +1,7 @@
/**
* The {@link https://github.com/discordjs/discord.js/blob/main/packages/discord.js-next/#readme | @discordjs/discord.js-next} version
* that you are currently using.
*/
// This needs to explicitly be `string` so it is not typed as a "const string" that gets injected by esbuild
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
export const version: string = '[VI]{{inject}}[/VI]';