Closed Natame closed 2 years ago
Hey there, can you post a screenshot of a message example that crashes the bot?
Is it like when you send a message with no text and just an image/sticker?
Yes, sending an image with no text crashes the bot
Got it fixed by adding:
if (textToSay === "")
return;
in /src/classes/tts/TTSChannelHandler.js
for now
Fixed in #69.
:bug: Describe the Bug
Using stickers or sending an image in TTS channel will crash the bot
:scroll: Log