Skip to content

Commit

Permalink
Add hacktoberfest badge
Browse files Browse the repository at this point in the history
  • Loading branch information
gc committed Nov 8, 2024
1 parent 034ce93 commit acb2196
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,8 @@ export const BadgesEnum = {
SotWTrophy: 12,
Slayer: 13,
TopGiveawayer: 14,
Farmer: 15
Farmer: 15,
Hacktoberfest: 16
} as const;

export const badges: { [key: number]: string } = {
Expand All @@ -364,7 +365,8 @@ export const badges: { [key: number]: string } = {
[BadgesEnum.SotWTrophy]: Emoji.SOTWTrophy,
[BadgesEnum.Slayer]: Emoji.Slayer,
[BadgesEnum.TopGiveawayer]: Emoji.SantaHat,
[BadgesEnum.Farmer]: Emoji.Farming
[BadgesEnum.Farmer]: Emoji.Farming,
[BadgesEnum.Hacktoberfest]: '<:hacktoberfest:1304259875634942082>'
};

export const MAX_XP = 200_000_000;
Expand Down

0 comments on commit acb2196

Please sign in to comment.