/staff

Staff management commands

11 Subcommands
General Category
slash Type

Available Subcommands

/staff base_role
slash
Set the base role for staff positions
Options:
  • role (ROLE) Required
    The base role to assign
/staff create
slash
Create a new staff position
Options:
  • name (STRING) Required
    Name of the position
  • role (ROLE) Required
    Role associated with this position
  • base_role (BOOLEAN) Required
    Whether to include base role when appointing
/staff delete
slash
Delete a staff position
Options:
  • name (STRING) Required
    Name of the position to delete
/staff appoint
slash
Appoint a user to a staff position
Options:
  • user (USER) Required
    User to appoint
  • position (STRING) Required
    Position to appoint them to
/staff dismiss
slash
Remove a user from their staff position
Options:
  • user (USER) Required
    User to demote
  • position (STRING) Required
    Position to appoint them to
/staff switch
slash
Switch a user between staff positions
Options:
  • user (USER) Required
    User to switch
  • old_position (STRING) Required
    User's current position (optional)
  • new_position (STRING) Required
    New position to assign
/staff log
slash
Set the log channel for staff actions
Options:
  • channel (CHANNEL) Required
    Channel to log staff actions
/staff list
slash
List staff positions and members
Options:
  • position (STRING) Optional
    Specific position to show (optional)
/staff hierarchy
slash
Manage staff hierarchy
/staff customize
slash
Customize staff messages
/staff update
slash
Update an existing staff position
Options:
  • name (STRING) Required
    Current name of the position
  • new_name (STRING) Optional
    New name for the position
  • role (ROLE) Optional
    New role to assign to the position
  • base_role (BOOLEAN) Optional
    Include base role?