fix: export transformer twice

This commit is contained in:
H01001000
2022-12-15 18:42:12 +08:00
parent fec7aaa67c
commit cb82f23ef9

View File

@@ -1,7 +1,6 @@
export * from '@discordeno/client'
export * from '@discordeno/gateway'
export * from '@discordeno/rest'
export * from '@discordeno/rest/transformer'
export * from '@discordeno/types'
export * from '@discordeno/utils'
export * from './bot.js'