Skip to content

Create a staff section #6

Open
Open
@wizardlink

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

enhancementNew feature or requesttaskTasks created to be fulfilled in a sprint.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions