mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 21:24:59 +05:00
9 lines
371 B
JSON
9 lines
371 B
JSON
|
{
|
||
|
"DESCRIPTION": "Send your suggestion to the defined channel!",
|
||
|
"USAGE": "{{prefix}}suggest [message]",
|
||
|
"EXAMPLES": "{{prefix}}suggest New channel #offtopic please",
|
||
|
"MISSING_CHANNEL": "No suggestion channel defined!",
|
||
|
"MISSING_CONTENT": "Please enter a suggestion!",
|
||
|
"TITLE": "Suggestion - {{user}}",
|
||
|
"SUCCESS": "Your suggestion is being voted in {{channel}}!"
|
||
|
}
|