LogoRobo.js
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

PropertyTypeDescriptionInherited from
storeId?stringStore identifier for isolating XP data Default 'default'StoreOptions.storeId

On this page