Lilybird v0.2.4
To install lilybird:
bun add lilybird
To update lilybird:
bun update -f
This version includes breaking changes
Changelog
- Added
client.ping
- Added utility function to extract timestamps from snowflakes
- Added
<Message>.fetchChannel()
<Interaction>.followUp
now returns aMessage
- Added some more interaction methods
- Moved all the jsx builders to
lilybird/jsx
(soon will be changed to@lilybird/jsx
) - Renamed command components
Full Changelog: 0.2.3...0.2.4