ephemeral

This commit is contained in:
Chris Ham
2025-08-16 22:22:40 -07:00
parent b2821d412c
commit 7dc7a92dd1

View File

@@ -170,7 +170,7 @@ class SfxManager {
// Immediately reply with playing status // Immediately reply with playing status
await interaction.reply({ await interaction.reply({
content: `🔊 Playing: **${sfxName}**`, content: `🔊 Playing: **${sfxName}**`,
//flags: [MessageFlags.Ephemeral], flags: [MessageFlags.Ephemeral],
}); });
// Join the voice channel // Join the voice channel