mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
.xpadd will now work on roles
This commit is contained in:
@@ -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:
|
||||
|
@@ -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."
|
||||
}
|
||||
|
Reference in New Issue
Block a user