From c8b1a7d3b5499f0b5125bd3015095c1929e4b821 Mon Sep 17 00:00:00 2001 From: Hri7566 Date: Fri, 1 Dec 2023 23:48:14 -0500 Subject: [PATCH] Update cursor usage to match command behavior --- src/commands/commands/utility/cursor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/commands/utility/cursor.ts b/src/commands/commands/utility/cursor.ts index b79e247..35a2bad 100644 --- a/src/commands/commands/utility/cursor.ts +++ b/src/commands/commands/utility/cursor.ts @@ -5,7 +5,7 @@ export const cursor = new Command( "cursor", ["cursor"], "set the cursor bozo", - "cursor", + "cursor ", (msg, agent) => { if (!(agent as MPPAgent).client.isConnected) return; if (!msg.argv[1]) return "Specify a mode.";