mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-09-05 14:01:40 +00:00
101 lines
2.9 KiB
Text
101 lines
2.9 KiB
Text
{
|
|
// Bot configuration
|
|
"bot": {
|
|
"token": "discordbottoken",
|
|
"prefix": "!",
|
|
"debug": false
|
|
},
|
|
"moderation": {
|
|
"perms": ["Moderator Team","LBRY TEAM"], // Roles that have access to all commands.
|
|
"logchannel": "371620338263523328" // Channel to log the bots moderation..
|
|
},
|
|
//define channels for Commands.js usage
|
|
"Channels": {
|
|
"verification": "363050496023592961",
|
|
"mining": "363049669636390913",
|
|
"random": "363084227518136322",
|
|
"content": "377938982111019010"
|
|
},
|
|
"speechbot": {
|
|
"channels": [
|
|
"363089721313722387",
|
|
"363085078403874823",
|
|
"363086945976320010",
|
|
"363086925428555776",
|
|
"363086752518242308",
|
|
"369896313082478594",
|
|
"363087606239461377",
|
|
"363088045366312962",
|
|
"363084227518136322",
|
|
"363084262028607488",
|
|
"371620338263523328"
|
|
], // Channels speech bot is allowed to post in
|
|
"mainchannel": "363085078403874823" // Main Speech Bot channel for directing with help message
|
|
},
|
|
"pricebot": {
|
|
"channels": [
|
|
"363050205043621908",
|
|
"369896313082478594",
|
|
"371620338263523328"
|
|
], // Chanels price bot is allowed to post in
|
|
"mainchannel": "363050205043621908" // Main Price Bot channel for directing with help message
|
|
},
|
|
"gitrelease": {
|
|
"channel": "370779899650375681" // Channel to send release info to using <!releasenotes post>
|
|
},
|
|
"spamdetection": {
|
|
"channels": [
|
|
"363089721313722387",
|
|
"363044238486798336",
|
|
"363086719391629326",
|
|
"363044275363119105",
|
|
"363044260938776576",
|
|
"372067478542745601",
|
|
"369896313082478594",
|
|
"371620338263523328"
|
|
], // Channels excluded from Spam Detection
|
|
"users": [
|
|
"244245498746241025"
|
|
] // Users to exclude from Spam Detection (include other bots here)
|
|
},
|
|
"hashbot": {
|
|
"channels": [
|
|
"363049669636390913",
|
|
"369896313082478594",
|
|
"371620338263523328"
|
|
], // Channels Hash Bot is allowed to post in
|
|
"mainchannel": "363049669636390913" // Main Hash Bot channel for directing with help message
|
|
},
|
|
"statsbot": {
|
|
"channels": [
|
|
"363050205043621908",
|
|
"369896313082478594",
|
|
"371620338263523328"
|
|
], // Channels Stats Bot is allowed to post in
|
|
"mainchannel": "363050205043621908" // Main Stats Bot channel for directing with help message
|
|
},
|
|
"rolelist": {
|
|
// The roles here are Case Sensitive to how they are in your Discord Server!
|
|
"baserole": "LBRYian",
|
|
"allowedroles": ["NSFW", "Marketers", "Miners", "Off-Topic Chats", "International", "Dev"]
|
|
},
|
|
"claimbot": {
|
|
"channels": [
|
|
"377938982111019010"
|
|
]
|
|
},
|
|
"mongodb": {
|
|
"url": "mongodb://HOST:PORT/DATABASE"
|
|
},
|
|
"irc": {
|
|
"nickname": "nick",
|
|
"server": "chat.freenode.net",
|
|
"discordToken": "tokenhere",
|
|
"autoSendCommands": [
|
|
["PRIVMSG", "NickServ", "IDENTIFY password"]
|
|
],
|
|
"channelMapping": {
|
|
"#shared": "#lbry"
|
|
}
|
|
}
|
|
}
|