module.exports = (lib) => { lib.trigger.add({ name: 'test', call: /^!test$/i, level: 0, active: 0, func: (e) => { }, desc: 'muh' }); };