1
0
Fork 0

Non-ephemeral so I can keep a record of it

Supositware 10 months ago
parent e235f064d8
commit 0c38de9ea2

@ -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}`, ephemeral: true }); return interaction.reply({ content: `DM sent to ${user.username}` });
/* /*
const Attachment = (message.attachments).array(); const Attachment = (message.attachments).array();
if (Attachment[0]) { if (Attachment[0]) {

Loading…
Cancel
Save