From eb991797d715adc2fb4092bca3b3d24d5592ffc8 Mon Sep 17 00:00:00 2001 From: Siwoo Jeon Date: Thu, 19 Jun 2025 22:39:29 +0900 Subject: [PATCH] fix: Add ephemeral --- commands/register.go | 1 + 1 file changed, 1 insertion(+) 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() }