diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-04-02 02:21:41 -0400 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-04-02 02:21:41 -0400 |
| commit | 10434adad478d21bbb834a5803125db9f54c9d6c (patch) | |
| tree | e1159a26948d24c2a065dfd15f71b64970515930 /bot/src/commands/settings.js | |
| parent | 657599acccf351c7c9366cec9f648b7496c89bdb (diff) | |
| download | AleeBot-10434adad478d21bbb834a5803125db9f54c9d6c.tar.gz AleeBot-10434adad478d21bbb834a5803125db9f54c9d6c.tar.bz2 AleeBot-10434adad478d21bbb834a5803125db9f54c9d6c.zip | |
Added i18n (basic); Blacklist feature; Put error msg into a filebeta
Diffstat (limited to 'bot/src/commands/settings.js')
| -rw-r--r-- | bot/src/commands/settings.js | 2 |
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') |
