Skip to content

Commit

Permalink
Merge pull request #135 from Lulalaby/fix-badges
Browse files Browse the repository at this point in the history
fix(badges): fix typo, fix documented state, remove wrong flag & add missing flags
  • Loading branch information
peterhanania committed Aug 31, 2023
2 parents 067d3b1 + a311fcb commit 2fcc84f
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions components/json/badges/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,6 @@
"shift": 16,
"undocumented": false
},
"VERIFIED_TRUE": {
"description": "{p_1} have a verified bot but you are not verified by Discord",
"shift": 47,
"undocumented": false
},
"VERIFIED_BOT_DEVELOPER": {
"description": "{p_1} are a verified bot developer",
"shift": 17,
Expand All @@ -115,7 +110,7 @@
"undocumented": true
},
"ACTIVE_DEVELOPER": {
"description": "{p_1} are a active developer",
"description": "{p_1} are an active developer",
"shift": 22,
"undocumented": false
},
Expand Down Expand Up @@ -174,14 +169,24 @@
"shift": 44,
"undocumented": true
},
"nitro": {
"NITRO": {
"description": "{p_1} have Nitro",
"shift": 45,
"undocumented": false
"undocumented": true
},
"nitro_until": {
"NITRO_UNTIL": {
"description": "{p_1} have Nitro till {until}",
"shift": 46,
"undocumented": true
},
"COLLABORATOR": {
"description": "{p_1} are a collaborator and have staff permissions",
"shift": 50,
"undocumented": false
},
"RESTRICTED_COLLABORATOR": {
"description": "{p_1} are a restricted collaborator and have staff permissions",
"shift": 51,
"undocumented": false
}
}

0 comments on commit 2fcc84f

Please sign in to comment.