Update index.js

This commit is contained in:
What about KSCH 2023-02-03 22:52:49 +01:00 committed by GitHub
parent b2794617c1
commit 439e3537a9
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: JSON.stringify(${embed})
body: ${embed}
})`, !0)
return b
}