Show user id in the feedback

Slash-V14
Supositware 8 months ago
parent 162a91ca48
commit fa4b5165e8

@ -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]) {

Loading…
Cancel
Save