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