Fix make.command.value
This commit is contained in:
parent
49915cb7a2
commit
a53231e5ed
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class command extends make {
|
|||
return random.item(Object.keys(command.data()))
|
||||
}
|
||||
|
||||
static value (value) {
|
||||
static value (name) {
|
||||
return random.pick(command.data()[name])
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue