File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 3
3
} = require ( `discord.js` )
4
4
const {
5
5
createBar,
6
- format
7
- } = require ( `${ process . cwd ( ) } /handlers/functions` ) ;
8
- const {
6
+ format,
9
7
handlemsg
10
8
} = require ( `${ process . cwd ( ) } /handlers/functions` ) ;
11
9
module . exports = {
Original file line number Diff line number Diff line change 3
3
} = require ( `discord.js` ) ;
4
4
const emoji = require ( `${ process . cwd ( ) } /botconfig/emojis.json` ) ;
5
5
const {
6
- createBar
6
+ createBar,
7
+ format,
8
+ handlemsg
7
9
} = require ( `${ process . cwd ( ) } /handlers/functions` ) ;
8
10
module . exports = {
9
11
name : `rewind` ,
Original file line number Diff line number Diff line change 3
3
} = require ( `discord.js` ) ;
4
4
const emoji = require ( `${ process . cwd ( ) } /botconfig/emojis.json` ) ;
5
5
const {
6
- createBar
6
+ createBar,
7
+ format,
8
+ handlemsg
7
9
} = require ( `${ process . cwd ( ) } /handlers/functions` ) ;
8
10
module . exports = {
9
11
name : `seek` ,
You can’t perform that action at this time.
0 commit comments