Add basic functionality (barely)

This commit is contained in:
2024-11-20 20:15:45 -05:00
parent ea501e8bad
commit 713a266f15
4 changed files with 294 additions and 0 deletions

24
config.json Normal file
View 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"
}
}