Fix notes

This commit is contained in:
Tarrgon
2025-06-26 10:20:33 -04:00
parent 45ec47877e
commit a98f7c094a
+1 -1
View File
@@ -17,7 +17,7 @@ export default {
subcommand subcommand
.setName('add') .setName('add')
.setDescription('Add notes to a user.') .setDescription('Add notes to a user.')
.addUserOption(option => .addStringOption(option =>
option option
.setName('user') .setName('user')
.setDescription('The discord user mention, or ID, to add a note to.') .setDescription('The discord user mention, or ID, to add a note to.')