diff --git a/src/discordApp.ts b/src/discordApp.ts index a8d8b43..61e33d6 100644 --- a/src/discordApp.ts +++ b/src/discordApp.ts @@ -62,7 +62,7 @@ export async function launchBot(): Promise { if (userDMStatus === "disabled") { if (interaction.isCommand() && interaction.commandName !== "toggledms"){ return interaction.reply({ - content: "Sorry, DMs are currently disabled for you.", + content: "Sorry, DMs are currently disabled for this user.", flags: 64, // Make it ephemeral }); }