forked from embee/woomy
music stuff again
This commit is contained in:
parent
7340ef1af3
commit
7743bf6ef4
2 changed files with 2 additions and 2 deletions
|
@ -16,5 +16,5 @@ exports.help = {
|
|||
}
|
||||
|
||||
exports.run = async (client, message, args, level, data) => {
|
||||
client.music.play(message, args[0]);
|
||||
await client.music.play(message, args[0]);
|
||||
};
|
|
@ -114,7 +114,7 @@ module.exports = client => {
|
|||
|
||||
// Figure out if the bot should add it to queue or play it right now
|
||||
if(guild.playing) {
|
||||
|
||||
message.reply('added **' + video.snippet.title + '** to the queue');
|
||||
} else {
|
||||
guild.playing = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue