forked from Supositware/Haha-Yes
updated tts
This commit is contained in:
parent
a7c3598d3c
commit
28cf4430d7
1 changed files with 1 additions and 3 deletions
|
@ -50,9 +50,7 @@ module.exports = class BadMemeCommand extends Command {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
console.log('Audio content written to file: tts.mp3');
|
console.log('Audio content written to file: tts.mp3');
|
||||||
|
message.say({files: ['./tts.mp3']})
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
setTimeout(function(){
|
|
||||||
message.say({files: ['./tts.mp3']})
|
|
||||||
}, 2000)
|
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in a new issue