mirror of
https://github.com/WCBROW01/zblock.git
synced 2025-12-12 04:28:07 -05:00
Add basic functionality (barely)
This commit is contained in:
24
config.json
Normal file
24
config.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"logging": {
|
||||
"level": "info",
|
||||
"filename": "bot.log",
|
||||
"quiet": true,
|
||||
"overwrite": true,
|
||||
"use_color": true,
|
||||
"http": {
|
||||
"enable": false,
|
||||
"filename": "http.log"
|
||||
},
|
||||
"disable_modules": ["WEBSOCKETS", "USER_AGENT"]
|
||||
},
|
||||
"discord": {
|
||||
"token": "YOUR-BOT-TOKEN",
|
||||
"default_prefix": {
|
||||
"enable": false,
|
||||
"prefix": "YOUR-COMMANDS-PREFIX"
|
||||
}
|
||||
},
|
||||
"zblock": {
|
||||
"database_path": "feeds"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user