mirror of
https://github.com/musix-org/musix-oss
synced 2025-07-03 16:24:28 +00:00
fixes
This commit is contained in:
@ -53,7 +53,6 @@ module.exports = {
|
||||
client.messages.settingsAutoPlayDesc,
|
||||
true
|
||||
)
|
||||
.addField()
|
||||
.setFooter(footer)
|
||||
.setAuthor(client.user.username, client.user.displayAvatarURL)
|
||||
.setColor(client.config.embedColor);
|
||||
@ -81,4 +80,4 @@ module.exports = {
|
||||
return msg.channel.send(embed);
|
||||
}
|
||||
},
|
||||
};
|
||||
};
|
||||
|
@ -11,7 +11,7 @@ module.exports = {
|
||||
bass: client.config.bass,
|
||||
blacklist: [],
|
||||
premium: false,
|
||||
playSimilar: client.config.playSimilar,
|
||||
autoPlay: client.config.autoPlay,
|
||||
};
|
||||
msg.channel.send(client.messages.reset);
|
||||
}
|
||||
|
Reference in New Issue
Block a user