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

10 lines
512 B
JSON
Raw Normal View History

2023-06-06 10:21:47 +05:00
{
2023-06-06 22:48:46 +05:00
"DESCRIPTION": "Toggles welcome messages when a user joins the server",
"USAGE": "config [state] [#channel] [message] [image]\nOr [test]",
"EXAMPLES": "welcome 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!"
2023-06-06 10:21:47 +05:00
}