mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 03:23:29 +01:00
chore: make 'Note to developers' on version constant a regular comment (#8730)
chore: make 'Note to developers' a regular comment Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
@@ -44,8 +44,7 @@ export * from '@discordjs/util';
|
|||||||
/**
|
/**
|
||||||
* The [\@discordjs/builders](https://github.com/discordjs/discord.js/blob/main/packages/builders/#readme) version
|
* The [\@discordjs/builders](https://github.com/discordjs/discord.js/blob/main/packages/builders/#readme) version
|
||||||
* that you are currently using.
|
* that you are currently using.
|
||||||
*
|
|
||||||
* Note to developers: This needs to explicitly be `string` so it is not typed as a "const string" that gets injected by esbuild
|
|
||||||
*/
|
*/
|
||||||
|
// 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
|
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
|
||||||
export const version: string = '[VI]{{inject}}[/VI]';
|
export const version: string = '[VI]{{inject}}[/VI]';
|
||||||
|
|||||||
@@ -3,8 +3,7 @@ export * from './collection.js';
|
|||||||
/**
|
/**
|
||||||
* The [\@discordjs/collection](https://github.com/discordjs/discord.js/blob/main/packages/collection/#readme) version
|
* The [\@discordjs/collection](https://github.com/discordjs/discord.js/blob/main/packages/collection/#readme) version
|
||||||
* that you are currently using.
|
* that you are currently using.
|
||||||
*
|
|
||||||
* Note to developers: This needs to explicitly be `string` so it is not typed as a "const string" that gets injected by esbuild
|
|
||||||
*/
|
*/
|
||||||
|
// 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
|
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
|
||||||
export const version: string = '[VI]{{inject}}[/VI]';
|
export const version: string = '[VI]{{inject}}[/VI]';
|
||||||
|
|||||||
@@ -10,8 +10,7 @@ export { makeURLSearchParams, parseResponse } from './lib/utils/utils.js';
|
|||||||
/**
|
/**
|
||||||
* The [\@discordjs/rest](https://github.com/discordjs/discord.js/blob/main/packages/rest/#readme) version
|
* The [\@discordjs/rest](https://github.com/discordjs/discord.js/blob/main/packages/rest/#readme) version
|
||||||
* that you are currently using.
|
* that you are currently using.
|
||||||
*
|
|
||||||
* Note to developers: This needs to explicitly be `string` so it is not typed as a "const string" that gets injected by esbuild
|
|
||||||
*/
|
*/
|
||||||
|
// 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
|
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
|
||||||
export const version: string = '[VI]{{inject}}[/VI]';
|
export const version: string = '[VI]{{inject}}[/VI]';
|
||||||
|
|||||||
@@ -23,8 +23,7 @@ export { type JoinConfig, getVoiceConnection, getVoiceConnections, getGroups } f
|
|||||||
/**
|
/**
|
||||||
* The [\@discordjs/voice](https://github.com/discordjs/discord.js/blob/main/packages/voice/#readme) version
|
* The [\@discordjs/voice](https://github.com/discordjs/discord.js/blob/main/packages/voice/#readme) version
|
||||||
* that you are currently using.
|
* that you are currently using.
|
||||||
*
|
|
||||||
* Note to developers: This needs to explicitly be `string` so it is not typed as a "const string" that gets injected by esbuild
|
|
||||||
*/
|
*/
|
||||||
|
// 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
|
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
|
||||||
export const version: string = '[VI]{{inject}}[/VI]';
|
export const version: string = '[VI]{{inject}}[/VI]';
|
||||||
|
|||||||
@@ -13,10 +13,9 @@ export * from './ws/WebSocketManager.js';
|
|||||||
export * from './ws/WebSocketShard.js';
|
export * from './ws/WebSocketShard.js';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The [\@discordjs/voice](https://github.com/discordjs/discord.js/blob/main/packages/voice/#readme) version
|
* The [\@discordjs/ws](https://github.com/discordjs/discord.js/blob/main/packages/ws/#readme) version
|
||||||
* that you are currently using.
|
* that you are currently using.
|
||||||
*
|
|
||||||
* Note to developers: This needs to explicitly be `string` so it is not typed as a "const string" that gets injected by esbuild
|
|
||||||
*/
|
*/
|
||||||
|
// 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
|
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
|
||||||
export const version: string = '[VI]{{inject}}[/VI]';
|
export const version: string = '[VI]{{inject}}[/VI]';
|
||||||
|
|||||||
Reference in New Issue
Block a user