Open
Description
Information
Build a static JSON with staff data and dynamically showcase them based on such.
The structure should be:
{
"267727230296129536": { // User's ID
"username": "wizardlink",
"avatarURL": "https://cdn.discordapp.com/avatars/267727230296129536/36b56e419f2d3818ecafdd881ca4d762.webp?size=2048"
"role": "Founder", // Optional. Default: "Staff"
"accent": "#ff0000" // Border of the avatar frame. Optional. Default: "#f13030",
"icon": "DownCircleOutlined" // Optional. Default: "SmileOutlined"
}
}
Activity