Skip to content

Commit 7988b7d

Browse files
committed
Silsu
1 parent 5be09de commit 7988b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ bot.on("ready", () => {
2222

2323
//Coomand
2424
bot.commands = new Collection();
25-
const config = ["play", "playlist", "repeat", "skip", "station", "stop", "volume"];
25+
const config = ["play", "playlist", "repeat", "shuffle", "skip", "station", "stop", "volume"];
2626
const commands = [];
2727

2828
const rest = new REST({ version: "10" }).setToken(process.env.BOT_TOKEN);

0 commit comments

Comments
 (0)