let handler = async ( m ) => { m.reply('O aja sih!') } handler.command = /^(ojajs)$/i export default handler