Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
badgeAPI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
creations
badgeAPI
Compare revisions
e4af3be2adf507f6c41f26a5efd5463ba0e9560f to a1dae32f80bcdffc8d82f0ff6fe06431fa85131a
You need to sign in or sign up before continuing.
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
creations/badgeAPI
Select target project
No results found
a1dae32f80bcdffc8d82f0ff6fe06431fa85131a
Select Git revision
Branches
dev
main
2 results
Swap
Target
creations/badgeAPI
Select target project
creations/badgeAPI
1 result
e4af3be2adf507f6c41f26a5efd5463ba0e9560f
Select Git revision
Branches
dev
main
2 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source
0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/discordBadges.ts
+14
-14
14 additions, 14 deletions
config/discordBadges.ts
with
14 additions
and
14 deletions
config/discordBadges.ts
View file @
a1dae32f
export
const
discordBadges
=
{
// User badges
HYPESQUAD
:
1
<<
2
,
HYPESQUAD_ONLINE_HOUSE_1
:
1
<<
6
,
HYPESQUAD_ONLINE_HOUSE_2
:
1
<<
7
,
HYPESQUAD_ONLINE_HOUSE_3
:
1
<<
8
,
HYPESQUAD
:
2
<<
2
,
HYPESQUAD_ONLINE_HOUSE_1
:
2
<<
6
,
HYPESQUAD_ONLINE_HOUSE_2
:
2
<<
7
,
HYPESQUAD_ONLINE_HOUSE_3
:
2
<<
8
,
STAFF
:
1
<<
0
,
PARTNER
:
1
<<
1
,
CERTIFIED_MODERATOR
:
1
<<
18
,
STAFF
:
2
<<
0
,
PARTNER
:
2
<<
1
,
CERTIFIED_MODERATOR
:
2
<<
18
,
VERIFIED_DEVELOPER
:
1
<<
17
,
ACTIVE_DEVELOPER
:
1
<<
22
,
VERIFIED_DEVELOPER
:
2
<<
17
,
ACTIVE_DEVELOPER
:
2
<<
22
,
PREMIUM_EARLY_SUPPORTER
:
1
<<
9
,
PREMIUM_EARLY_SUPPORTER
:
2
<<
9
,
BUG_HUNTER_LEVEL_1
:
1
<<
3
,
BUG_HUNTER_LEVEL_2
:
1
<<
14
,
BUG_HUNTER_LEVEL_1
:
2
<<
3
,
BUG_HUNTER_LEVEL_2
:
2
<<
14
,
// Bot badges
SUPPORTS_COMMANDS
:
1
<<
23
,
USES_AUTOMOD
:
1
<<
24
,
SUPPORTS_COMMANDS
:
2
<<
23
,
USES_AUTOMOD
:
2
<<
24
,
};
export
const
discordBadgeDetails
=
{
...
...
This diff is collapsed.
Click to expand it.