Add ephemeral flag to interaction reply

This commit is contained in:
Christopher Cookman 2024-05-08 08:13:23 -06:00
parent 0c7ad1d515
commit 5fa82ef8b4
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -466,7 +466,7 @@ discord.on("interactionCreate", async (interaction) => {
description: roomList,
color: 0x00ff00
}
interaction.reply({ embeds: [roomEmbed] });
interaction.reply({ embeds: [roomEmbed], ephemeral: true });
break;