Merge pull request #145 from lamebox/lamebox-patch-1

This commit is contained in:
DjDeveloper 2021-05-03 08:06:23 +05:30 committed by GitHub
commit ce455c50c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
import { Interaction } from './mod.ts'
import { Interaction } from './src/structures/interactions.ts '
import {
SlashCommandsManager,
SlashClient,
@ -146,8 +146,6 @@ export * from './src/types/interactions.ts'
export * from './src/structures/slash.ts'
export * from './src/interactions/mod.ts'
export * from './src/types/channel.ts'
export * from './src/types/messageComponents.ts'
export * from './src/structures/interactions.ts'
export * from './src/structures/messageComponents.ts'
export * from './src/structures/message.ts'
export * from './src/structures/embed.ts'