Skip to content

Commit

Permalink
plz help badge system
Browse files Browse the repository at this point in the history
  • Loading branch information
byeoon committed Apr 19, 2024
1 parent 5ce249f commit e06bf1f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import initQuickInstall from "@ui/quickInstall";
import initSafeMode from "@ui/safeMode";
import initSettings from "@ui/settings";
import initFixes from "@lib/fixes";
import { initBadges } from "@lib/badges";
import { initBadges } from "@/lib/badge/badges";
import logger from "@lib/logger";
import windowObject from "@lib/windowObject";
import { initTweaks } from "./lib/tweak";
Expand Down
File renamed without changes.
7 changes: 7 additions & 0 deletions src/lib/badge/users.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// inspired by vencord badge system
export const badgeUsers = {
byeoon: {
id: 123,
type: ["developer", "contributor"]
},
}

0 comments on commit e06bf1f

Please sign in to comment.