mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14:58 +05:00
10 lines
No EOL
542 B
JSON
10 lines
No EOL
542 B
JSON
{
|
|
"DESCRIPTION": "Send an announcement in the current channel!",
|
|
"USAGE": "{{prefix}}announcement [text]",
|
|
"EXAMPLES": "{{prefix}}announcement New staff member!",
|
|
"MISSING_TEXT": "You must enter the announcement text!",
|
|
"TOO_LONG": "Your text should be shorter than 1030 characters!",
|
|
"MENTION_PROMPT": "Would you like to add a mention to your message?\nAnswer by sending `yes` or `no`!",
|
|
"MENTION_TYPE_PROMPT": "Choose to mention `@`everyone by typing `every` or to mention `@`here by typing `here`!",
|
|
"TITLE": "📢 Announcement:"
|
|
} |