diff --git a/commands/fun/tts.js b/commands/fun/tts.js index bb7365fe..12bee72e 100644 --- a/commands/fun/tts.js +++ b/commands/fun/tts.js @@ -47,6 +47,7 @@ module.exports = class BadMemeCommand extends Command { fs.writeFile('tts.mp3', response.audioContent, 'binary', err => { if (err) { console.error('ERROR:', err); + message.say('An error has occured, the message is probably too long') return; } console.log('Audio content written to file: tts.mp3');