Skip to content

Latest commit

 

History

History
211 lines (115 loc) · 3.54 KB

ModifyUserInput.md

File metadata and controls

211 lines (115 loc) · 3.54 KB

@zeldafan0225/ai_horde / Exports / ModifyUserInput

Interface: ModifyUserInput

Table of contents

Properties

Properties

concurrency

Optional concurrency: number

The amount of concurrent request this user can have

Minimum

0

Maximum

100

Defined in

index.ts:1463


contact

Optional contact: string

Contact details for the horde admins to reach the user in case of emergency. This is only visible to horde moderators.

Example

email@example.com

Min Length

5

Max Length

500

Defined in

index.ts:1506


kudos

Optional kudos: number

The amount of kudos to modify (can be negative)

Defined in

index.ts:1457


moderator

Optional moderator: boolean

Set to true to Make this user a horde moderator

Example

false

Defined in

index.ts:1476


monthly_kudos

Optional monthly_kudos: number

When specified, will start assigning the user monthly kudos, starting now!

Minimum

0

Defined in

index.ts:1486


public_workers

Optional public_workers: boolean

Set to true to Make this user a display their worker IDs

Example

false

Defined in

index.ts:1481


reset_suspicion

Optional reset_suspicion: boolean

Set the user's suspicion back to 0

Defined in

index.ts:1499


trusted

Optional trusted: boolean

When set to true,the user and their servers will not be affected by suspicion

Example

false

Defined in

index.ts:1497


usage_multiplier

Optional usage_multiplier: number

The amount by which to multiply the users kudos consumption

Minimum

0.1

Maximum

10

Defined in

index.ts:1469


username

Optional username: string

When specified, will change the username. No profanity allowed!

Min Length

3

Max Length

100

Defined in

index.ts:1492


worker_invited

Optional worker_invited: number

Set to the amount of workers this user is allowed to join to the horde when in worker invite-only mode.

Defined in

index.ts:1471