xorgram / xor

User bot. Redefined.

Home Page:https://t.me/xorgram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BREAKING CHANGE: simpler handler syntax

rojvv opened this issue · comments

commented

Example:

new CommandHandler('hey', ({ event }) => {
  await event.message.reply({ message: 'Hey you!' })
})

Do you mean the object destructuring part ?

commented

Yes.