Non-ephemeral so I can keep a record of it

This commit is contained in:
Supositware 2023-09-06 12:24:48 +02:00
parent e235f064d8
commit 0c38de9ea2

View file

@ -43,7 +43,7 @@ export default {
.setTimestamp();
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();
if (Attachment[0]) {