fix: 🚸 change to ephermal cooldown messages
Changed to using ephemeral messages for cooldowns, so users are not spamming others by cooldown messages
This commit is contained in:
parent
3cf88abfd0
commit
21a5cd3eab
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ export default async function handleCooldown(
|
|||
const response = {
|
||||
embeds: [cooldownEmbed],
|
||||
components: [buttons],
|
||||
ephemeral: true,
|
||||
};
|
||||
|
||||
await sendResponse(interaction, response);
|
||||
|
|
Loading…
Add table
Reference in a new issue