From b973e896ca975f4339e2d8fdbd5a4417bd91be29 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Wed, 22 Jul 2026 16:00:31 +0100 Subject: remove ephemeral flag from deferReply in uex_lookup_items function --- 174bg/discord-bot/source/commands/uex.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '174bg/discord-bot/source/commands/uex.js') diff --git a/174bg/discord-bot/source/commands/uex.js b/174bg/discord-bot/source/commands/uex.js index 1a80894..03a5d20 100644 --- a/174bg/discord-bot/source/commands/uex.js +++ b/174bg/discord-bot/source/commands/uex.js @@ -56,7 +56,7 @@ export default { async function uex_lookup_items(interaction) { const query = interaction.options.getString("query"); - await interaction.deferReply({ flags: MessageFlags.Ephemeral }); + await interaction.deferReply(); const allItems = await items(); -- cgit v1.2.3