aboutsummaryrefslogtreecommitdiff
path: root/bot/src/commands/settings.js
diff options
context:
space:
mode:
Diffstat (limited to 'bot/src/commands/settings.js')
-rw-r--r--bot/src/commands/settings.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/src/commands/settings.js b/bot/src/commands/settings.js
index 872bbd7..a6da979 100644
--- a/bot/src/commands/settings.js
+++ b/bot/src/commands/settings.js
@@ -38,7 +38,7 @@ export default {
.addBooleanOption(option =>
option
.setName('llmtoggle')
- .setDescription('Toggle LLM Chatbot.')))
+ .setDescription('Toggle LLM (Ollama) Chatbot.')))
.addSubcommand(subcommand =>
subcommand
.setName('clear')