11require ( 'module-alias/register' ) ;
22
3- import SlashCommandBooleanOption from '@option /SlashCommandBooleanOption' ;
4- import SlashCommandChannelOption from '@option /SlashCommandChannelOption' ;
5- import SlashCommandIntegerOption from '@option /SlashCommandIntegerOption' ;
6- import SlashCommandMentionableOption from '@option /SlashCommandMentionableOption' ;
7- import SlashCommandNumberOption from '@option /SlashCommandNumberOption' ;
8- import SlashCommandRoleOption from '@option /SlashCommandRoleOption' ;
9- import SlashCommandStringOption from '@option /SlashCommandStringOption' ;
10- import SlashCommandUserOption from '@option /SlashCommandUserOption' ;
3+ import SlashCommandBooleanOption from './options /SlashCommandBooleanOption' ;
4+ import SlashCommandChannelOption from './options /SlashCommandChannelOption' ;
5+ import SlashCommandIntegerOption from './options /SlashCommandIntegerOption' ;
6+ import SlashCommandMentionableOption from './options /SlashCommandMentionableOption' ;
7+ import SlashCommandNumberOption from './options /SlashCommandNumberOption' ;
8+ import SlashCommandRoleOption from './options /SlashCommandRoleOption' ;
9+ import SlashCommandStringOption from './options /SlashCommandStringOption' ;
10+ import SlashCommandUserOption from './options /SlashCommandUserOption' ;
1111
1212/*
1313|--------------------------------------------------------------------------
@@ -29,7 +29,7 @@ export {
2929 ChannelTypes ,
3030 Choices ,
3131 Snowflake ,
32- } from '@src /interfaces' ;
32+ } from '. /interfaces' ;
3333
3434/*
3535|--------------------------------------------------------------------------
@@ -40,7 +40,7 @@ export {
4040|
4141*/
4242
43- import { SlashCommandBuilder } from '@src /main' ;
43+ import { SlashCommandBuilder } from '. /main' ;
4444
4545export default SlashCommandBuilder ;
4646
@@ -56,7 +56,7 @@ export default SlashCommandBuilder;
5656export {
5757 SlashCommandSubcommand ,
5858 SlashCommandSubcommandGroup ,
59- } from '@src /main' ;
59+ } from '. /main' ;
6060
6161export {
6262 SlashCommandBooleanOption ,
0 commit comments