Some fixes
This commit is contained in:
parent
97050f0cf1
commit
a91720c598
4 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@ const soundPlayer = require("../utils/soundplayer.js");
|
|||
|
||||
class MusicCommand extends Command {
|
||||
constructor(client, cluster, worker, ipc, message, args, content, specialArgs) {
|
||||
super(client, cluster, ipc, message, args, content, specialArgs);
|
||||
super(client, cluster, worker, ipc, message, args, content, specialArgs);
|
||||
this.connection = soundPlayer.players.get(message.channel.guild.id);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue