fix: Add ephemeral
This commit is contained in:
parent
05f7bd07b7
commit
eb991797d7
1 changed files with 1 additions and 0 deletions
|
@ -66,5 +66,6 @@ func registerRun(m any, userId, botName string) {
|
||||||
}).
|
}).
|
||||||
SetComponentsV2(true).
|
SetComponentsV2(true).
|
||||||
SetReply(true).
|
SetReply(true).
|
||||||
|
SetEphemeral(true).
|
||||||
Send()
|
Send()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue