You must fork for this to work. Make sure the name of your fork is exactly modmail
If you want your bot to have auto-update functionality so you can stay up-to-date with new features, do the following steps.
You must fork for this to work. Make sure the name of your fork is exactly modmail
If you want your bot to have auto-update functionality so you can stay up-to-date with new features, do the following steps.
db.currentOp().inprog.forEach( | |
function(op) { | |
if(op.secs_running > 5) printjson(op); | |
} | |
) |