module.exports = (lib) => { lib.trigger.add({ name: 'part', call: /^!part/i, level: 100, active: 1, func: (e) => { lib.bot.part(e.channel.getName(), "f0ck you leatherman", e.network); }, desc: 'parts channel' }); };