> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flamey.lol/llms.txt
> Use this file to discover all available pages before exploring further.

# Staff Shifts

> Track staff activity and working hours.

Keep track of when your staff members are active and moderating.

## Concept

Staff members "clock in" when they start their moderating duties and "clock out" when they are done. Flamey tracks the duration and activity during the shift.

## Commands

<CodeGroup>
  ```bash Start Shift theme={null}
  /shift start
  ```

  ```bash End Shift theme={null}
  /shift end
  ```

  ```bash View Stats theme={null}
  /shift stats @user
  ```
</CodeGroup>

## Shift Leaderboard

Compete effectively! Flamey maintains a leaderboard of staff with the most logged hours.

<Card title="View Leaderboard" icon="trophy">
  Run `/shift leaderboard` to see who is carrying the team this week!
</Card>

<Warning>
  Staff members must be in the server to log shifts. Leaving the server will automatically end their shift.
</Warning>
