mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-23 17:47:27 +00:00
Disable auto-send on user join
Per @tzarebczan the auto message has been temporarily disabled.
This commit is contained in:
parent
cd57f22ffd
commit
fcd53e72c0
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
let hasPerms = require('../helpers.js').hasPerms;
|
||||
let inPrivate = require('../helpers.js').inPrivate;
|
||||
|
||||
exports.custom = ['onUserJoin'];
|
||||
/* Disabled Temporarily
|
||||
exports.custom = ['onUserJoin'];
|
||||
exports.onUserJoin = function(bot) {
|
||||
bot.on('guildMemberAdd', member => {
|
||||
member
|
||||
|
@ -127,7 +128,7 @@ exports.onUserJoin = function(bot) {
|
|||
});
|
||||
});
|
||||
};
|
||||
|
||||
*/
|
||||
exports.commands = [
|
||||
'welcome' // command that is in this file, every command needs it own export as shown below
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue