1
1
require ( 'module-alias/register' ) ;
2
2
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' ;
11
11
12
12
/*
13
13
|--------------------------------------------------------------------------
@@ -29,7 +29,7 @@ export {
29
29
ChannelTypes ,
30
30
Choices ,
31
31
Snowflake ,
32
- } from '@src /interfaces' ;
32
+ } from '. /interfaces' ;
33
33
34
34
/*
35
35
|--------------------------------------------------------------------------
@@ -40,7 +40,7 @@ export {
40
40
|
41
41
*/
42
42
43
- import { SlashCommandBuilder } from '@src /main' ;
43
+ import { SlashCommandBuilder } from '. /main' ;
44
44
45
45
export default SlashCommandBuilder ;
46
46
@@ -56,7 +56,7 @@ export default SlashCommandBuilder;
56
56
export {
57
57
SlashCommandSubcommand ,
58
58
SlashCommandSubcommandGroup ,
59
- } from '@src /main' ;
59
+ } from '. /main' ;
60
60
61
61
export {
62
62
SlashCommandBooleanOption ,
0 commit comments