diff --git a/src/execution.ts b/src/execution.ts index 3b4c3f1..ca0f303 100644 --- a/src/execution.ts +++ b/src/execution.ts @@ -138,7 +138,7 @@ async function executeFromQueue(channel: string) { const answerContent = answer.data.choices[0].message?.content; - if (answerContent != undefined && answerContent != "") { + if (answerContent != undefined || answerContent != "") { const response = message.reply({ content: answerContent, allowedMentions: {