Packages@robojs/xp
RecalcOptions
Interface: RecalcOptions
Options for recalculating user levels
Examples
// Default store
await XP.recalcLevel(guildId, userId) // Uses 'default'// Custom store
await XP.recalcLevel(guildId, userId, { storeId: 'reputation' })Extends
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
storeId? | string | Store identifier for isolating XP data Default 'default' | StoreOptions.storeId |
