dbot/modules-stock/log/strings.json
Georg 70a21d2b18
Signed-off-by: Georg <georg@lysergic.dev>
Init

- Initial fixes in modules
- Bundled adapted jsbot
- Elaborative README.md
2021-08-24 21:16:26 +02:00

13 lines
366 B
JSON

{
"log_message": {
"en": "[{time}] {user} ({channel}): {command}",
"fr": "[{time}] {user} ({channel}): {command}",
"it": "[{time}] {user} ({channel}): {command}",
"de": "[{time}] {user} ({channel}): {command}"
},
"error_message": {
"en": "[{time}] Error: {error}",
"de": "[{time}] Fehler: {error}"
}
}