$ephemeral
Makes this interaction response ephemeral.
Usage
$ephemeral
What does ephemeral mean? (click me)
Ephemeral messages can only be used for interactions (slash commands, buttons, select menus, context menus, etc)
Example
bot.commands.add({
type: "slashCommand",
name: "example",
code: `$ephemeral
Hello World!`
})
Last updated
Was this helpful?