mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-09-05 05:15:13 +00:00
parent
9db8e164ce
commit
3ca233bea6
2 changed files with 5 additions and 0 deletions
|
@ -88,6 +88,7 @@ function checkMessageForCommand(msg, isEdit) {
|
||||||
var cmd = alias;
|
var cmd = alias;
|
||||||
} else {
|
} else {
|
||||||
var cmd = commands[cmdTxt];
|
var cmd = commands[cmdTxt];
|
||||||
|
|
||||||
}
|
}
|
||||||
if (cmdTxt === 'help') {
|
if (cmdTxt === 'help') {
|
||||||
//help is special since it iterates over the other commands
|
//help is special since it iterates over the other commands
|
||||||
|
|
|
@ -5,6 +5,10 @@
|
||||||
"prefix": "!",
|
"prefix": "!",
|
||||||
"debug": false
|
"debug": false
|
||||||
},
|
},
|
||||||
|
"moderation": {
|
||||||
|
"perms": ["LBRY ASSISTANT","LBRY TEAM"], // Roles that have access to all commands.
|
||||||
|
"logchannel": "371620338263523328" // Channel to log the bots moderation..
|
||||||
|
},
|
||||||
"lbrycrd": {
|
"lbrycrd": {
|
||||||
"port": 9245,
|
"port": 9245,
|
||||||
"user": "user",
|
"user": "user",
|
||||||
|
|
Loading…
Add table
Reference in a new issue