From b32135f8b04b94f4eb2ca8fe2f9b7859732fa320 Mon Sep 17 00:00:00 2001 From: Ashley Graves Date: Sat, 12 Oct 2024 00:21:41 +0200 Subject: [PATCH] forgot a space --- src/commands/ai/prompt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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