a2b2aac
1
2
3
4
5
6
7
let handler = async ( m ) => { m.reply('O aja sih!') } handler.command = /^(ojajs)$/i export default handler