mirror of
https://github.com/NohamR/lanyard-profile-readme.git
synced 2026-05-25 04:17:18 +00:00
feat(Badges): add certified moderator badge
This commit is contained in:
File diff suppressed because one or more lines are too long
BIN
public/assets/badges/Discord_Certified_Moderator.png
Normal file
BIN
public/assets/badges/Discord_Certified_Moderator.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.1 KiB |
@@ -11,6 +11,7 @@ export const getFlags = (flag: number): string[] => {
|
||||
if (flag & 512) flags.push("Early_Supporter");
|
||||
if (flag & 16384) flags.push("Bug_Hunter_Level_2");
|
||||
if (flag & 131072) flags.push("Early_Verified_Bot_Developer");
|
||||
if (flag & 262144) flags.push("Discord_Certified_Moderator");
|
||||
|
||||
return flags;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user