new param: hide status + color changes for light/dark theme

This commit is contained in:
Conrad
2021-06-20 20:47:55 -04:00
parent b9d2aca5b3
commit b52269c211
3 changed files with 12 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ export default async function handler(
})
.catch((err) => {
console.log(err);
res.send({ error: 'Please provide a valid Discord user ID!' })
res.send({ error: `Something went wrong! If everything looks correct and this still occurs, please contact @cnraddd on Twitter.` })
});
let svg = await renderCard(lanyardData.data, params);