mirror of
https://github.com/reality/dbot.git
synced 2024-11-24 12:59:34 +01:00
12 lines
290 B
JSON
12 lines
290 B
JSON
|
{
|
||
|
"alias": {
|
||
|
"english": "{alias} is an alias of {user}"
|
||
|
},
|
||
|
"unknown_alias": {
|
||
|
"english": "{alias} does not currently exist as an alias."
|
||
|
},
|
||
|
"aliasparentset": {
|
||
|
"english": "{newParent} is now the parent user, and {newAlias} is an alias"
|
||
|
}
|
||
|
}
|