forgot a space
This commit is contained in:
parent
a016bafa7d
commit
b32135f8b0
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||||
},
|
},
|
||||||
};
|
};
|
Loading…
Reference in a new issue