trying to fix discord not embeding

This commit is contained in:
MathMan05 2024-08-15 17:08:57 -05:00
parent 3af371e6ab
commit 7e0eb8cbde

View file

@ -93,6 +93,7 @@ async function inviteres(req,res){
</head>
</body>
`
res.type('html');
res.send(html);
return true;
}catch(e){