mirror of
https://github.com/NohamR/lanyard-profile-readme.git
synced 2026-05-25 12:27:16 +00:00
new param: hide status + color changes for light/dark theme
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user