JaBa/languages/en-US/administration/addemoji.json

10 lines
478 B
JSON
Raw Normal View History

2022-01-04 02:18:28 +05:00
{
"DESCRIPTION": "Add an emoji to the server!",
"USAGE": "{{prefix}}addemoji [image-url] [name]",
"EXAMPLES": "{{prefix}}addemoji https://via.placeholder.com/150 test-emoji",
"MISSING_URL": "Please provide an image URL!",
"MISSING_NAME": "Please provide an emoji name!",
"INVALID_NAME": "The length of the emoji name must be between 2 and 32!",
"SUCCESS": "{{emoji}} added!",
"ERROR": "{{emoji}} couldn't be added. Check if your server still has space for new emojis!"
2022-01-04 02:18:28 +05:00
}