From 2aa337997f7a9ecbad23db77dcaeda4c96e7d1a4 Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Mon, 10 Apr 2023 05:18:15 +0200 Subject: [PATCH] fix again --- llamabot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llamabot.js b/llamabot.js index 9a937d3..b346804 100644 --- a/llamabot.js +++ b/llamabot.js @@ -173,7 +173,7 @@ client.on('messageCreate', async (message) => { // Handle empty response here sendRand(emptyResponses) conversations.delete(userID); // Delete user's conversation map if they request reset - sendRand(resetMessages) + sendRand(resetResponses) setPresenceOnline() conversation.busy = false; }