This commit is contained in:
Louis Mazin 2025-12-08 22:40:57 +01:00
parent 3cc6d0c96b
commit 1335501f11

View File

@ -8,7 +8,7 @@ module.exports = {
async execute(interaction) { async execute(interaction) {
try { try {
await interaction.deferReply({ flags: MessageFlags.Ephemeral }); await interaction.deferReply({});
const links = await getAllLinks(); const links = await getAllLinks();