From b60e681998a456adecb93b5fe04b66ad4ac9abb6 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 21 Mar 2025 22:24:53 -0400 Subject: Minor code fixes; Ditching settings on Discord in favour of using an API --- bot/src/plugins/chatbot.js | 1 - 1 file changed, 1 deletion(-) (limited to 'bot/src/plugins/chatbot.js') 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...'); -- cgit v1.2.3