Fix homemade badges

This commit is contained in:
Kalle 2025-02-01 11:38:30 +02:00
parent 8f9b25f6d3
commit 989f5bee7d
4 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
interface BadgeInfo {
// The name of the badge as it shows on the web page: "Awarded for winning {displayName}"
displayName: string;
// The file name of the badge: fileName.png, fileName.avif & fileName.gif
// The file name of the badge: fileName.png, fileName.avif & fileName.gif. Should not be edited after the badge is added.
fileName: string;
// The Discord ID of the person who made the badge (not the person who commissioned it)
authorDiscordId: string;
@ -516,7 +516,7 @@ export const homemadeBadges: BadgeInfo[] = [
},
{
displayName: "Eggs and Salad",
fileName: "eggs_and_salad",
fileName: "saladbowl",
authorDiscordId: "336683473714544641",
},
{

View File

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB