diff options
Diffstat (limited to 'bot/src/plugins')
| -rw-r--r-- | bot/src/plugins/chatbot.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/src/plugins/chatbot.js b/bot/src/plugins/chatbot.js index 3da7421..17a26ee 100644 --- a/bot/src/plugins/chatbot.js +++ b/bot/src/plugins/chatbot.js @@ -8,7 +8,6 @@ export async function ChatBot(msg, args) { if (!guildSetting.ollamaEnabled) return; if (!ollamaGlobal) return msg.reply('Sorry, the LLM chatbot feature has been turned off.'); - if (!args) return msg.reply('Sorry? What was that?'); try { const loadingMessage = await msg.reply('Thinking...'); |
