Allow notes to use IDs directly

This commit is contained in:
Tarrgon
2025-06-21 13:15:24 -04:00
parent 0a7f7f2fa7
commit 7a4a75c2cb
2 changed files with 20 additions and 12 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ export default {
.addStringOption(option =>
option
.setName('user')
.setDescription('The discord user mention, or ID to find the e621 user of.')
.setDescription('The discord user mention, or ID, to find the e621 user of.')
.setRequired(true)
),
handler: async function (client: Client, interaction: ChatInputCommandInteraction) {