diff --git a/llamabot.js b/llamabot.js index 2015da6..4012782 100644 --- a/llamabot.js +++ b/llamabot.js @@ -347,7 +347,7 @@ async function generateResponse(conversation, message) { // if the message object doesn't exist, create it if (!botMessage) { (async () => { - //if (time == 0) return + if (time == 0) return botMessage = await message.channel.send({ embeds: [embedData] }); })(); } else { @@ -409,7 +409,7 @@ async function generateResponse(conversation, message) { // if the message object doesn't exist, create it if (!botMessage) { (async () => { - //if (time == 0) return + if (time == 0) return botMessage = await message.channel.send({ embeds: [embedData] }); })(); } else {