english language for new commands

This commit is contained in:
JonnyBro 2021-12-26 12:52:26 +05:00
parent 2151751e1b
commit a45840803b
2 changed files with 28 additions and 0 deletions

View file

@ -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}}**!"
}

View file

@ -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}}**!"
}