1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-07-03 16:24:28 +00:00
This commit is contained in:
MatteZ02
2020-06-30 21:08:18 +03:00
parent 2353262322
commit 3842f30bff
9 changed files with 38 additions and 26 deletions

View File

@ -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);
}
},
};
};

View File

@ -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);
}