mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-23 20:35:04 +01:00
Implemented the ability to enable and disable commands in configuration as well as increased scope of the config to the entire project.
This commit is contained in:
25
config.json
25
config.json
@@ -30,6 +30,31 @@
|
||||
"bottoken": "",
|
||||
"realtimeChannelID": ""
|
||||
},
|
||||
"ServerCommands": {
|
||||
"enabled": true,
|
||||
"Commands": [
|
||||
{
|
||||
"name": "Rights",
|
||||
"enabled": true,
|
||||
"prefix": "!rights"
|
||||
},
|
||||
{
|
||||
"name": "Ravi",
|
||||
"enabled": true,
|
||||
"prefix": "!ravi"
|
||||
},
|
||||
{
|
||||
"name": "Tele",
|
||||
"enabled": true,
|
||||
"prefix": "!tele"
|
||||
},
|
||||
{
|
||||
"name": "Reload",
|
||||
"enabled": true,
|
||||
"prefix": "!reload"
|
||||
}
|
||||
]
|
||||
},
|
||||
"database": {
|
||||
"host": "localhost",
|
||||
"port": 5432,
|
||||
|
||||
Reference in New Issue
Block a user