Skip to content

Commit

Permalink
[Fix] fix prefix parameter not defined in run
Browse files Browse the repository at this point in the history
  • Loading branch information
naseif committed Nov 8, 2021
1 parent 7d0db5d commit 65e3307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/Music/247.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
args: true,
description: "Sets 24/7 Mode for the bot",
usage: "247 <on> || <off>",
async run(message, args, client) {
async run(message, args, client, prefix) {
const queue = client.player.getQueue(message.guild);

if (!args[0])
Expand Down

0 comments on commit 65e3307

Please sign in to comment.