WinDog/Locale/en.json
2021-12-26 20:57:01 +01:00

31 lines
514 B
JSON

{
"start": [
"Hi {user.mention_markdown_v2()}!"
],
"help": [
"There's no one around to help (yet)."
],
"echo": {
"empty": [
"Echo what? Give me something to repeat."
]
},
"wish": {
"empty": [
"*You wished for nothing! ✨*\n\n_Nothing happens..._"
],
"done": [
"*Your wish has been cast! ✨*\n\n_Chance of success: {0}%_"
]
},
"hug": {
"empty": [
"*Hug? You didn't reply to anyone...*"
],
"bot": [],
"self": [],
"others": [
"*{0} hugs {1} tightly... :3*"
]
}
}