mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-26 01:06:24 +00:00
update badge api
This commit is contained in:
parent
014c4b4195
commit
6c35b4a56f
1 changed files with 2 additions and 1 deletions
|
@ -100,8 +100,9 @@ export default definePlugin({
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
userProfileBadge: ContributorBadge,
|
||||||
|
|
||||||
async start() {
|
async start() {
|
||||||
Vencord.Api.Badges.addProfileBadge(ContributorBadge);
|
|
||||||
await loadBadges();
|
await loadBadges();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue