Skip to content

Commit 1bd983e

Browse files
authored
Add files via upload
1 parent bef9f68 commit 1bd983e

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

commands/🎶 Music/forward.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ const {
33
} = require(`discord.js`)
44
const {
55
createBar,
6-
format
7-
} = require(`${process.cwd()}/handlers/functions`);
8-
const {
6+
format,
97
handlemsg
108
} = require(`${process.cwd()}/handlers/functions`);
119
module.exports = {

commands/🎶 Music/rewind.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ const {
33
} = require(`discord.js`);
44
const emoji = require(`${process.cwd()}/botconfig/emojis.json`);
55
const {
6-
createBar
6+
createBar,
7+
format,
8+
handlemsg
79
} = require(`${process.cwd()}/handlers/functions`);
810
module.exports = {
911
name: `rewind`,

commands/🎶 Music/seek.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ const {
33
} = require(`discord.js`);
44
const emoji = require(`${process.cwd()}/botconfig/emojis.json`);
55
const {
6-
createBar
6+
createBar,
7+
format,
8+
handlemsg
79
} = require(`${process.cwd()}/handlers/functions`);
810
module.exports = {
911
name: `seek`,

0 commit comments

Comments
 (0)