Skip to content

Commit

Permalink
Update badge.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mariocraft987 authored Dec 14, 2024
1 parent 64d5e5b commit 91f8431
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/scripts/badge.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ function badge_type(e) {
document.getElementById("username").outerHTML += image_badge("https://bark.dumorando.com/src/images/assets/badges/b_dev.png", "DEVELOPERRR");
} else if (e == 3) {
document.getElementById("username").outerHTML += image_badge("https://bark.dumorando.com/src/images/assets/badges/b_bruh.png", "Bruh");
} else if (e == 4) {
document.getElementById("username").outerHTML += image_badge("https://bark.dumorando.com/src/images/assets/badges/b_lucky.png", "Lucky!");
}
}

Expand All @@ -22,4 +24,7 @@ function setup_badges(name) {
if (name == "RarestUsername") {
badge_type(3);
}
if (name == "theOVERGOD") {
badge_type(4);
}
}

0 comments on commit 91f8431

Please sign in to comment.