Popii - v0.5.1
GitHub
npm
Preparing search index...
index
EconomyPluginOptions
Interface EconomyPluginOptions
interface
EconomyPluginOptions
{
xpPerMessage
?:
number
|
[
number
,
number
]
;
cooldownMs
?:
number
;
currencyName
?:
string
;
onLevelUp
?:
(
userId
:
string
,
newLevel
:
number
,
msg
:
Message
<
boolean
>
,
)
=>
void
|
Promise
<
void
>
;
}
Index
Properties
xp
Per
Message?
cooldown
Ms?
currency
Name?
on
Level
Up?
Properties
Optional
xp
Per
Message
xpPerMessage
?:
number
|
[
number
,
number
]
Optional
cooldown
Ms
cooldownMs
?:
number
Optional
currency
Name
currencyName
?:
string
Optional
on
Level
Up
onLevelUp
?:
(
userId
:
string
,
newLevel
:
number
,
msg
:
Message
<
boolean
>
,
)
=>
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
xp
Per
Message
cooldown
Ms
currency
Name
on
Level
Up
GitHub
npm
Popii - v0.5.1
Loading...