Skip to content

Commit

Permalink
Update plengcard.js
Browse files Browse the repository at this point in the history
  • Loading branch information
KARONAGAMING authored Dec 3, 2023
1 parent 4c7e6c9 commit bf11612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/structures/plengcard.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class plengcard {
}
});
} catch (error) {
console.error("Error loading thumbnail:");
console.error("[ERR] Error loading thumbnail");
thumbnailImage = await canvas.loadImage(`https://cdn.discordapp.com/attachments/1097365127566725120/1179312364278001674/maxresdefault.png`);
}

Expand Down Expand Up @@ -224,7 +224,7 @@ class plengcard {
}
});
} catch (error) {
console.error("Error loading thumbnail:");
console.error("[ERR] Error loading thumbnail");
thumbnailImage = await canvas.loadImage(`https://cdn.discordapp.com/attachments/1097365127566725120/1179312364278001674/maxresdefault.png`);
}

Expand Down

0 comments on commit bf11612

Please sign in to comment.