Changed !rtx privileges to ADMIN_KICK_USERS

This commit is contained in:
Giuseppe Guerra 2017-12-04 23:34:04 +01:00
parent 0939ec972c
commit e3f1bc05e9

View File

@ -1272,7 +1272,7 @@ commands = [
"callback": switchServer
}, {
"trigger": "!rtx",
"privileges": privileges.ADMIN_MANAGE_SERVERS,
"privileges": privileges.ADMIN_KICK_USERS,
"syntax": "<username> <message>",
"callback": rtx
}