Skip to content

Commit e06bf1f

Browse files
committed
plz help badge system
1 parent 5ce249f commit e06bf1f

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import initQuickInstall from "@ui/quickInstall";
77
import initSafeMode from "@ui/safeMode";
88
import initSettings from "@ui/settings";
99
import initFixes from "@lib/fixes";
10-
import { initBadges } from "@lib/badges";
10+
import { initBadges } from "@/lib/badge/badges";
1111
import logger from "@lib/logger";
1212
import windowObject from "@lib/windowObject";
1313
import { initTweaks } from "./lib/tweak";
File renamed without changes.

src/lib/badge/users.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// inspired by vencord badge system
2+
export const badgeUsers = {
3+
byeoon: {
4+
id: 123,
5+
type: ["developer", "contributor"]
6+
},
7+
}

0 commit comments

Comments
 (0)