Update index.js

This commit is contained in:
What about KSCH 2023-02-04 00:01:47 +01:00 committed by GitHub
parent 439e3537a9
commit 2b3a8124d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ async function post(url, embed){
headers: {
"Content-Type": "application/json"
},
body: ${embed}
body: JSON.stringify(${embed})
})`, !0)
return b
}