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]) {