mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14:58 +05:00
17 lines
No EOL
1.3 KiB
JSON
17 lines
No EOL
1.3 KiB
JSON
{
|
|
"DESCRIPTION": "Toggle welcome messages!",
|
|
"USAGE": "welcome",
|
|
"EXAMPLES": "welcome",
|
|
"MISSING_STATUS": "You must specify an action between `edit` and `off`",
|
|
"DEFAULT_MESSAGE": "Welcome {user} in {server}, we're now {membercount}! Your account was created {createdat}.",
|
|
"TEST_SUCCESS": "Test executed!",
|
|
"FORM_1": "**In which channel will welcome messages be sent?**\n\n:arrow_right_hook: *Answer by mentioning a channel!*",
|
|
"FORM_2": "**Please enter your desired welcome message.**\n\n**If you want to:**\n*-* __Mention the user__: {user}\n*-* __Get the member count__: {membercount}\n*-* __Get the server name__: {server}\n\n**Usage example:**\nWelcome to {server}, {user}! We are now {membercount}!\n:fast_forward:\nWelcome to {{guildName}}, {{author}}! We are now {{memberCount}}!",
|
|
"FORM_3": "**Do you want a great welcome image too?**\n\n:arrow_right_hook: *Answer by sending `yes` or `no`!*",
|
|
"FORM_SUCCESS": "**Alright, done!**\n\n:arrow_right_hook: *Answer by sending `welcome test` to preview your custom welcome message!*",
|
|
"MAX_CHARACT": "Your message must be under 1800 symbols!",
|
|
"DISABLED": "**Goodbye messages have just been disabled!**\n\n:arrow_right_hook: *Answer by sending `configuration` to see the updated server configuration!*",
|
|
"IMG_WELCOME": "Welcome in {{server}}!",
|
|
"IMG_NB": "- {{memberCount}}th member!",
|
|
"TITLE": "WELCOME"
|
|
} |