fix: retired old imports (#97)

This commit is contained in:
Marcos Susaña 2022-08-06 21:28:49 -04:00 committed by GitHub
parent a2ab5a7292
commit 76b9f0efe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,11 +32,3 @@ export * from './structures/components';
// GUILDS // GUILDS
export * from './structures/guilds'; export * from './structures/guilds';
// BUILDERS
export * from '../../helpers/src/builders/components/InputTextBuilder';
export * from '../../helpers/src/builders/components/MessageActionRowBuilder';
export * from '../../helpers/src/builders/components/MessageButtonBuilder';
export * from '../../helpers/src/builders/components/MessageSelectMenuBuilder';
export * from '../../helpers/src/builders/slash/ApplicationCommand';
export * from '../../helpers/src/builders/slash/ApplicationCommandOption';