feat(utils): add an export for DISCORDENO_VERSION (#4060)

This commit is contained in:
Awesome Stickz
2024-12-29 00:43:34 +05:30
committed by GitHub
parent 41219d5417
commit 3fd075a80f
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1 @@
export const DISCORDENO_VERSION = '20.0.0'

View File

@@ -4,6 +4,7 @@ export * from './bucket.js'
export * from './builders.js'
export * from './casing.js'
export * from './colors.js'
export * from './constants.js'
export * from './hash.js'
export * from './images.js'
export * from './logger.js'