.xpadd will now work on roles

This commit is contained in:
Kwoth
2022-07-26 15:47:55 +02:00
parent a7b3a238f5
commit 0f8291c589
5 changed files with 34 additions and 3 deletions

View File

@@ -1853,9 +1853,10 @@ xpgloballeaderboard:
args:
- ""
xpadd:
desc: "Adds xp to a user on the server. This does not affect their global ranking. You can use negative values."
desc: "Adds server XP to a single user or all users role on this server. This does not affect their global ranking. You can use negative values."
args:
- "100 @Someone"
- "500 SomeRoleName"
clubcreate:
desc: "Creates a club. You must be at least level 5 and not be in the club already."
args:

View File

@@ -1012,5 +1012,6 @@
"quotas": "<<< Quotas >>>",
"patron_not_enabled": "Patron system is disabled.",
"results_in": "{0} results in {1}s",
"patron_msg_sent": "Done sending messages to patrons at and above tier {1}. {1} successfully sent and {2} failed."
"patron_msg_sent": "Done sending messages to patrons at and above tier {1}. {1} successfully sent and {2} failed.",
"xpadd_users": "Added {0} server XP to {1} users."
}