forked from GitHub/dbot
b43be1f900
Due to issue #596 I coded a basic unit converter to convert time, distance, mass, volume and digital values. It depends on node-units. Also, fixed a typo.
9 lines
156 B
JSON
9 lines
156 B
JSON
{
|
|
"result": {
|
|
"en": "{input}: {output}"
|
|
},
|
|
"error": {
|
|
"en": "Something went wrong :( Example:'~convert 5 minutes to s'"
|
|
}
|
|
}
|