interface BulkXPOptions {
    amount: number;
    userIDs: string[];
}

Properties

Properties

amount: number

The amount of XP to award to each user

userIDs: string[]

The IDs of the users to award/set XP to