Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LarmuseauNiels committed Apr 26, 2023
1 parent 42aa042 commit 3dd007c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion islander/AchievementsModule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export class AchievementsModule {
.setRank(1, "RANK", false)
.setLevel(this.getLevel(member.XP), "LEVEL", true)
.setCustomStatusColor("#00FF00")
.setProgressBar(["#00FF00", "#00FF00"], "COLOR")
.setProgressBar("#00FF00", "COLOR")
.setBackground("COLOR", "#2b2f35")
.setOverlay("#2b2f35", 0.4)
.setProgressBarTrack("#2b2f35");
Expand Down

0 comments on commit 3dd007c

Please sign in to comment.