From fa4b5165e86e45c81e63c69a11bc8c4bd2d335de Mon Sep 17 00:00:00 2001 From: Supositware Date: Wed, 13 Sep 2023 21:01:20 +0200 Subject: [PATCH] Show user id in the feedback --- commands/owner/dm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/owner/dm.js b/commands/owner/dm.js index 968a1d7..385b6cc 100644 --- a/commands/owner/dm.js +++ b/commands/owner/dm.js @@ -43,7 +43,7 @@ export default { .setTimestamp(); user.send({ embeds: [Embed] }); - return interaction.reply({ content: `DM sent to ${user.username}` }); + return interaction.reply({ content: `DM sent to ${user.username} (${user.id})` }); /* const Attachment = (message.attachments).array(); if (Attachment[0]) {