fixed part
This commit is contained in:
parent
123b575fe6
commit
f209ddf05b
|
@ -5,7 +5,9 @@ module.exports = (lib) => {
|
|||
level: 100,
|
||||
active: 1,
|
||||
func: (e) => {
|
||||
lib.bot.part(e.channel.getName(), "f0ck you leatherman", e.network);
|
||||
lib.bot.part(e.channel.getName(), "f0ck you leatherman", e.network, () => {
|
||||
lib.log('parted channel '+e.channel.getName());
|
||||
});
|
||||
},
|
||||
desc: 'parts channel'
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user