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

15 lines
734 B
JSON
Raw Normal View History

2023-06-06 10:21:47 +05:00
{
2023-06-06 22:48:46 +05:00
"DESCRIPTION": "Toggles messages when a user leaves the server",
"USAGE": "config [state] [#channel] [message] [image]\nOr [test]",
"EXAMPLES": "goodbye config state:True channel:#welcome Goodbye! image:True\ngoodbye test",
2023-06-06 22:48:46 +05:00
"TEST": "Test",
"TEST_SUCCESS": "Test successful",
"CONFIG": "Configure",
"IMAGE": "Add a card to the message?",
"MESSAGE": "Your message (placeholders available: {user}, {server}, and {membercount})",
"ENABLED": "Farewell messages are enabled in {{channel}}!\nUse `goodbye test` to preview the message",
"DISABLED": "Farewell messages are disabled",
"DEFAULT_MESSAGE": "Goodbye, {user}! We're now {membercount} without you :'(",
"IMG_GOODBYE": "Left {server}",
"TITLE": "Until we meet again!"
2023-06-06 10:21:47 +05:00
}