From 1335501f1194e41d7f179e685cc5fea10b688267 Mon Sep 17 00:00:00 2001 From: Louis Mazin Date: Mon, 8 Dec 2025 22:40:57 +0100 Subject: [PATCH] test --- commands/utility/check-linked.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/utility/check-linked.js b/commands/utility/check-linked.js index ee34554..b883279 100644 --- a/commands/utility/check-linked.js +++ b/commands/utility/check-linked.js @@ -8,7 +8,7 @@ module.exports = { async execute(interaction) { try { - await interaction.deferReply({ flags: MessageFlags.Ephemeral }); + await interaction.deferReply({}); const links = await getAllLinks();