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