$ephemeral
Makes this interaction response ephemeral.
Usage
$ephemeralExample
bot.commands.add({
type: "slashCommand",
name: "example",
code: `$ephemeral
Hello World!`
})Last updated
Was this helpful?
Makes this interaction response ephemeral.
$ephemeralbot.commands.add({
type: "slashCommand",
name: "example",
code: `$ephemeral
Hello World!`
})Last updated
Was this helpful?
Was this helpful?