updated tts

This commit is contained in:
Loic Bersier 2018-12-08 21:10:09 +01:00
parent a7c3598d3c
commit 28cf4430d7

View file

@ -50,9 +50,7 @@ module.exports = class BadMemeCommand extends Command {
return;
}
console.log('Audio content written to file: tts.mp3');
});
});
setTimeout(function(){
message.say({files: ['./tts.mp3']})
}, 2000)
});
});
}}