v4.0.0
Additions
- Formatter
- Command Handler Type, with this you can use hears in cmd handler (see #in-your-command-handler)
- Delete Message
- Edit Message
- link-preview-js as optional peer dependencies
- Simulate Recording using
ctx.simulateRecording()
- Sending poll message
- Poll Events (
Events.Poll
&Events.PollVote
) - Change Client About/Bio using
bot.bio("Hi there!")
- Fetch bio from jid using
bot.fetchBio("[email protected]")
- Get mention list from message using
ctx.getMentioned()
(see #get-mentions) - Reactions Events (
Events.Reactions
)
Deprecated
- Button
- Sections
- Template Buttons