diff --git a/commands/register.go b/commands/register.go index e8b21f2..7882fd5 100644 --- a/commands/register.go +++ b/commands/register.go @@ -66,5 +66,6 @@ func registerRun(m any, userId, botName string) { }). SetComponentsV2(true). SetReply(true). + SetEphemeral(true). Send() }