Show user id in the feedback

This commit is contained in:
Supositware 2023-09-13 21:01:20 +02:00
parent 162a91ca48
commit fa4b5165e8

View file

@ -43,7 +43,7 @@ export default {
.setTimestamp(); .setTimestamp();
user.send({ embeds: [Embed] }); 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(); const Attachment = (message.attachments).array();
if (Attachment[0]) { if (Attachment[0]) {