forked from Supositware/Haha-Yes
Non-ephemeral so I can keep a record of it
This commit is contained in:
parent
e235f064d8
commit
0c38de9ea2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue