diff --git a/src/commands/ai/prompt.js b/src/commands/ai/prompt.js index 73386ba..2cc3786 100644 --- a/src/commands/ai/prompt.js +++ b/src/commands/ai/prompt.js @@ -49,6 +49,6 @@ module.exports = { "model": interaction.options.getString("model") || interaction.defaultModel })).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"); }, }; \ No newline at end of file