diff --git a/languages/en-US/administration/set.json b/languages/en-US/administration/set.json new file mode 100644 index 00000000..806c3de6 --- /dev/null +++ b/languages/en-US/administration/set.json @@ -0,0 +1,13 @@ +{ + "DESCRIPTION": "Change user's XP, level, credits or bank!", + "USAGE": "{{prefix}}set [level/xp/credits/bank] [@user] [value]", + "EXAMPLES": "{{prefix}}set level @Jonny_Bro#4226 10", + "INVALID_MEMBER": "You must mention the user!", + "NO_STATUS": "Select a parameter: `level`, `xp`, `credits` or `bank`", + "BOT_USER": "Bots don't have a profile!", + "INVALID_AMOUNT": "Enter a new value!", + "SUCCESS_LEVEL": "**{{username}}**'s level was changed to **{{amount}}**!", + "SUCCESS_XP": "**{{username}}**'s XP was changed to **{{amount}}**!", + "SUCCESS_CREDITS": "**{{username}}**'s credits was changed to **{{amount}}**!", + "SUCCESS_BANK": "**{{username}}**'s bank was changed to **{{amount}}**!" +} \ No newline at end of file diff --git a/languages/en-US/owner/debug.json b/languages/en-US/owner/debug.json new file mode 100644 index 00000000..579d2ebb --- /dev/null +++ b/languages/en-US/owner/debug.json @@ -0,0 +1,15 @@ +{ + "DESCRIPTION": "Allows to change user data!", + "USAGE": "{{prefix}}debug [set/add] [level/xp/credits/bank/rep] [@user] [value]", + "EXAMPLES": "{{prefix}}debug set level @Jonny_Bro#4226 10000", + "INVALID_MEMBER": "You must mention the user!", + "NO_ACTION": "Select an option: `set` or `add`!", + "NO_STATUS": "Select a parameter: `level`, `xp`, `credits`, `rep` или `bank`!", + "BOT_USER": "Bots don't have a profile!", + "INVALID_AMOUNT": "Enter a new value!", + "SUCCESS_LEVEL": "**{{username}}**'s level was changed to **{{amount}}**!", + "SUCCESS_XP": "**{{username}}**'s XP was changed to **{{amount}}**!", + "SUCCESS_CREDITS": "**{{username}}**'s credits was changed to **{{amount}}**!", + "SUCCESS_BANK": "**{{username}}**'s bank was changed to **{{amount}}**!", + "SUCCESS_REP": "*{{username}}**'s reputation points was changed to **{{amount}}**!" +} \ No newline at end of file