muuusiccc

This commit is contained in:
Lukáš Horáček 2020-04-11 16:09:48 +02:00
parent 2511f6fd87
commit b5f7c70050
No known key found for this signature in database
GPG key ID: E07D6630DBC17195
2 changed files with 6 additions and 7 deletions

View file

@ -17,4 +17,4 @@ exports.help = {
exports.run = async (client, message, args, level, data) => {
client.music.play(message, args[0]);
}
};