forked from Supositware/Haha-Yes
Show user id in the feedback
This commit is contained in:
parent
162a91ca48
commit
fa4b5165e8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue