• Change a user's coins by a specific amount.

    Parameters

    • userId: string

      ID of the user to modify

    • amount: number

      Amount of coins to change (note that this can be a negative number too!)

    Returns Promise<AttendeeProfile | null>

    Promise containing the new user, or the actual attendee profile

Generated using TypeDoc