From a98f7c094a3ab8cf9d5f43d5d493dd0fa5f60021 Mon Sep 17 00:00:00 2001 From: Tarrgon <61888458+Tarrgon@users.noreply.github.com> Date: Thu, 26 Jun 2025 10:20:33 -0400 Subject: [PATCH] Fix notes --- src/commands/notes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/notes.ts b/src/commands/notes.ts index dae400c..57a4e09 100644 --- a/src/commands/notes.ts +++ b/src/commands/notes.ts @@ -17,7 +17,7 @@ export default { subcommand .setName('add') .setDescription('Add notes to a user.') - .addUserOption(option => + .addStringOption(option => option .setName('user') .setDescription('The discord user mention, or ID, to add a note to.')