JaBa/languages/en-US/fun/ascii.json

6 lines
193 B
JSON
Raw Normal View History

2022-01-04 02:18:28 +05:00
{
"DESCRIPTION": "Turn your text into ascii characters!",
"USAGE": "ascii [text]",
"EXAMPLES": "ascii Hello world!",
2022-01-04 02:18:28 +05:00
"TEXT_MISSING": "Please enter a valid text (less than 20 characters)!"
}