File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,27 +27,27 @@ module.exports = {
27
27
const string = interaction . options . getString ( 'type' ) ;
28
28
29
29
if ( string == null ) {
30
- await interaction . reply ( { files : [ './images/gorb.jpg' ] } ) ;
30
+ await interaction . reply ( { files : [ './src/ images/gorb.jpg' ] } ) ;
31
31
}
32
32
33
33
if ( string == 'cs' ) {
34
- await interaction . reply ( { files : [ './images/gorbcs.jpg' ] } ) ;
34
+ await interaction . reply ( { files : [ './src/ images/gorbcs.jpg' ] } ) ;
35
35
}
36
36
37
37
if ( string == 'party' ) {
38
- await interaction . reply ( { files : [ './images/gorbcelebration.PNG' ] } ) ;
38
+ await interaction . reply ( { files : [ './src/ images/gorbcelebration.PNG' ] } ) ;
39
39
}
40
40
41
41
if ( string == 'christmas' ) {
42
- await interaction . reply ( { files : [ './images/gorbchristmas.PNG' ] } ) ;
42
+ await interaction . reply ( { files : [ './src/ images/gorbchristmas.PNG' ] } ) ;
43
43
}
44
44
45
45
if ( string == 'storm' ) {
46
- await interaction . reply ( { files : [ './images/gorbstorm.PNG' ] } ) ;
46
+ await interaction . reply ( { files : [ './src/ images/gorbstorm.PNG' ] } ) ;
47
47
}
48
48
49
49
if ( string == 'large' ) {
50
- await interaction . reply ( { files : [ './images/gorblarge.png' ] } ) ;
50
+ await interaction . reply ( { files : [ './src/ images/gorblarge.png' ] } ) ;
51
51
}
52
52
} ,
53
53
} ;
You can’t perform that action at this time.
0 commit comments