mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 17:58:26 -04:00
add: Added .xplevelset
remove: removed awardedxp from database. change: .sclr show will now show hex change: .awardxp will now add directly to user's real xp
This commit is contained in:
@@ -4821,3 +4821,13 @@ servercolorpending:
|
||||
params:
|
||||
- color:
|
||||
desc: "The hex of the color to set"
|
||||
xplevelset:
|
||||
desc: |-
|
||||
Sets the level of the user you specify.
|
||||
ex:
|
||||
- '10 @User'
|
||||
params:
|
||||
- level:
|
||||
desc: "The level to set the user to."
|
||||
- user:
|
||||
desc: "The user to set the level of."
|
@@ -1137,5 +1137,6 @@
|
||||
"server_not_found": "Server not found.",
|
||||
"server_color_set": "Successfully set a new server color.",
|
||||
"lasts_until": "Lasts Until",
|
||||
"winners_count": "Winners"
|
||||
"winners_count": "Winners",
|
||||
"level_set": "Level of user {0} set to {1} on this server."
|
||||
}
|
||||
|
Reference in New Issue
Block a user