feat: User Required Action

This commit is contained in:
Elysia
2023-07-27 17:52:12 +07:00
parent 004dbca726
commit eb9d68bcc9
12 changed files with 109 additions and 14 deletions
+1 -1
View File
@@ -234,7 +234,7 @@ class Modal {
channel_id: channel,
data: dataFinal,
nonce,
session_id: this.client.session_id,
session_id: this.client.sessionId,
};
await this.client.api.interactions.post({
data: postData,