mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-09-03 12:30:16 +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;
|
||||
} else {
|
||||
var cmd = commands[cmdTxt];
|
||||
|
||||
}
|
||||
if (cmdTxt === 'help') {
|
||||
//help is special since it iterates over the other commands
|
||||
|
|
|
@ -5,6 +5,10 @@
|
|||
"prefix": "!",
|
||||
"debug": false
|
||||
},
|
||||
"moderation": {
|
||||
"perms": ["LBRY ASSISTANT","LBRY TEAM"], // Roles that have access to all commands.
|
||||
"logchannel": "371620338263523328" // Channel to log the bots moderation..
|
||||
},
|
||||
"lbrycrd": {
|
||||
"port": 9245,
|
||||
"user": "user",
|
||||
|
|
Loading…
Add table
Reference in a new issue