From 0c38de9ea2a3ed59cb8cd5666d120fdd984982e6 Mon Sep 17 00:00:00 2001 From: Supositware Date: Wed, 6 Sep 2023 12:24:48 +0200 Subject: [PATCH] Non-ephemeral so I can keep a record of it --- commands/owner/dm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/owner/dm.js b/commands/owner/dm.js index 531218b..f3f640b 100644 --- a/commands/owner/dm.js +++ b/commands/owner/dm.js @@ -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]) {