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; }