forgot a space

This commit is contained in:
Ashley Graves 2024-10-12 00:21:41 +02:00
parent a016bafa7d
commit b32135f8b0

View file

@ -49,6 +49,6 @@ module.exports = {
"model": interaction.options.getString("model") || interaction.defaultModel "model": interaction.options.getString("model") || interaction.defaultModel
})).choices[0].message.content; })).choices[0].message.content;
await interaction.followUp(response + "\n\n-#This content was generated by a LLM and may be incorrect"); await interaction.followUp(response + "\n\n-# This content was generated by a LLM and may be incorrect");
}, },
}; };