a2b2aac
1
2
3
4
5
6
7
8
let handler = async ( m ) => { m.reply('Hello!') } handler.command = /^(cek|tes|a|p)$/i export default handler