mirror of
https://github.com/reality/dbot.git
synced 2024-11-24 12:59:34 +01:00
13 lines
366 B
JSON
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}"
|
|
}
|
|
}
|