From 632ab64b7113bc7dd43edb4af9b7a9a585c08d7f Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Mon, 10 Apr 2023 05:11:36 +0200 Subject: [PATCH] fix --- llamabot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llamabot.js b/llamabot.js index 8087f29..9a937d3 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(resetMessage) + sendRand(resetMessages) setPresenceOnline() conversation.busy = false; }