mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
10 lines
No EOL
519 B
JSON
10 lines
No EOL
519 B
JSON
{
|
|
"DESCRIPTION": "Toggles welcome messages when a user joins the server",
|
|
"USAGE": "config [state] [#channel] [message] [image]\nOr [test]",
|
|
"EXAMPLES": "welcome config state:True channel:#welcome Welcome! image:True\nwelcome test",
|
|
"ENABLED": "Welcome messages are enabled in {{channel}}!\nUse `welcome test` to view the message",
|
|
"DISABLED": "Welcome messages are disabled",
|
|
"DEFAULT_MESSAGE": "Welcome, {user}! We now have {membercount} members",
|
|
"IMG_WELCOME": "Welcome to {{server}}",
|
|
"TITLE": "Welcome!"
|
|
} |