trying to fix discord not embeding
This commit is contained in:
parent
3af371e6ab
commit
7e0eb8cbde
1 changed files with 1 additions and 0 deletions
1
index.js
1
index.js
|
@ -93,6 +93,7 @@ async function inviteres(req,res){
|
|||
</head>
|
||||
</body>
|
||||
`
|
||||
res.type('html');
|
||||
res.send(html);
|
||||
return true;
|
||||
}catch(e){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue