From f50370d2e5fe0a58683ceb143c6a263165d67445 Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Fri, 14 Jun 2024 01:18:13 -0400 Subject: [PATCH] Missed something --- commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.js b/commands.js index cc289b3..16913b5 100644 --- a/commands.js +++ b/commands.js @@ -12,7 +12,7 @@ if (fs.existsSync(agentAvatarPath)) { } export default async function handleCommand(command, context) { - const { eventEmitter, currentTopic, clearMessages, addMessage, joinRoom, leaveRoom } = context; + const { eventEmitter, currentTopic, clearMessagesCMD, addMessage, joinRoom, leaveRoom } = context; const args = command.trim().split(' '); const cmd = args[0].toLowerCase();