Update cursor usage to match command behavior

This commit is contained in:
Hri7566 2023-12-01 23:48:14 -05:00
parent ce370aa97d
commit c8b1a7d3b5
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ export const cursor = new Command(
"cursor",
["cursor"],
"set the cursor bozo",
"cursor",
"cursor <mode>",
(msg, agent) => {
if (!(agent as MPPAgent).client.isConnected) return;
if (!msg.argv[1]) return "Specify a mode.";