Spoilers, major command system improvements #4
37
README.md
37
README.md
@ -39,6 +39,7 @@ You can see config file with all the comments below:
|
|||||||
"admin_group": 0,
|
"admin_group": 0,
|
||||||
"destination_group": 0,
|
"destination_group": 0,
|
||||||
"remove_application_time": -1,
|
"remove_application_time": -1,
|
||||||
|
"search_radius": 50,
|
||||||
"admins": [],
|
"admins": [],
|
||||||
"bot": {
|
"bot": {
|
||||||
"api_id": 0,
|
"api_id": 0,
|
||||||
@ -67,35 +68,23 @@ You can see config file with all the comments below:
|
|||||||
"sponsorships": {
|
"sponsorships": {
|
||||||
"time": 9,
|
"time": 9,
|
||||||
"enabled": true
|
"enabled": true
|
||||||
|
},
|
||||||
|
"cache_avatars": {
|
||||||
|
"interval": 6,
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"cache_members": {
|
||||||
|
"interval": 30,
|
||||||
|
"enabled": true
|
||||||
|
},
|
||||||
|
"cache_admins": {
|
||||||
|
"interval": 120,
|
||||||
|
"enabled": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"locations": {
|
"locations": {
|
||||||
"cache": "cache",
|
"cache": "cache",
|
||||||
"locale": "locale"
|
"locale": "locale"
|
||||||
},
|
|
||||||
"commands": {
|
|
||||||
"rules": "Check out the rules",
|
|
||||||
"reapply": "Resubmit the application",
|
|
||||||
"sponsorship": "Apply for sponsor role"
|
|
||||||
},
|
|
||||||
"commands_admin": {
|
|
||||||
"reboot": "Restart the bot",
|
|
||||||
"message": "Send a message",
|
|
||||||
"label": "Set user's nickname",
|
|
||||||
"warnings": "Check user's warnings",
|
|
||||||
"application": "Check user's application",
|
|
||||||
"applications": "Retrieve all applications as a JSON"
|
|
||||||
},
|
|
||||||
"commands_group_admin": {
|
|
||||||
"reboot": "Restart the bot",
|
|
||||||
"message": "Send a message",
|
|
||||||
"label": "Set user's nickname",
|
|
||||||
"warnings": "Check user's warnings",
|
|
||||||
"application": "Check user's application",
|
|
||||||
"applications": "Retrieve all applications as a JSON"
|
|
||||||
},
|
|
||||||
"commands_group_destination": {
|
|
||||||
"warn": "Warn a user"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user