mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
types: typo
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
yarn commitlint --edit $1
|
||||
@@ -1,4 +0,0 @@
|
||||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
yarn build:affected && yarn lint-staged
|
||||
@@ -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