mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 09:33:32 +01:00
types: typo
This commit is contained in:
@@ -25,4 +25,4 @@ export { type JoinConfig, getVoiceConnection, getVoiceConnections, getGroups } f
|
||||
* 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
|
||||
export const version: string = '[VI]{{inject}}[/VI]' as string;
|
||||
export const version = '[VI]{{inject}}[/VI]' as string;
|
||||
|
||||
Reference in New Issue
Block a user