mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-09-20 10:09:03 +00:00
* Remade commands: price, rank, userinfo,hash,lbrylink, releasenotes, stats, supportbot. * Added modlogs and settings for modlogs. * Commands can now be locked to channels with the locktochannel module. * customCommand/triggers can be saved in mongodb and edited on the fly, the bot will always use the latest messages. This commit does not contain: * A working claimbot, the new implantation with chainquery is on the way, this will be a seperate issue. * A working webinterface, therefor, some items does not work, this will be a seperate issue. This means that this code should remain in the wunderbot-v2 branch until a working webinterface where we can control the custom triggers/commands and other settings for the bot.
14 lines
352 B
JSON
14 lines
352 B
JSON
{
|
|
"Wunderbot": {
|
|
"dbUrl": "mongodb://localhost:27017",
|
|
"dbName": "wunderbot",
|
|
"token": "**********************************************",
|
|
"owner": "132434059270815744",
|
|
"defaultPrefix": ".w",
|
|
"logLevel": "silly"
|
|
},
|
|
"Web": {
|
|
"clientID": "XXXXX",
|
|
"clientSecret": "XXXXX"
|
|
}
|
|
}
|