Edit added note message

This commit is contained in:
Tarrgon
2025-06-07 10:06:45 -04:00
parent d64a29b55b
commit ac63e6f647
+1 -1
View File
@@ -87,7 +87,7 @@ export default {
await Database.putNote(user.id, reason, interaction.user.id); await Database.putNote(user.id, reason, interaction.user.id);
interaction.editReply('Added note.'); interaction.editReply(`Note added to ${user}.\n\nReason:\n${reason}`);
} else if (subcommand == 'remove') { } else if (subcommand == 'remove') {
const user = interaction.options.getUser('user', true); const user = interaction.options.getUser('user', true);
const noteId = interaction.options.getInteger('note', true); const noteId = interaction.options.getInteger('note', true);