Releases: Didas-git/lilybird
Releases · Didas-git/lilybird
Handlers 0.1.0
Init release
Full Changelog: https://github.com/Didas-git/lilybird/compare/[email protected]
Create v0.1.1
Template now included
Full Changelog: https://github.com/Didas-git/lilybird/compare/[email protected]@0.1.1
Create v0.1.0
Init release
Full Changelog: https://github.com/Didas-git/lilybird/compare/[email protected]
Lilybird v0.3.0
Changelog
- Removed JSX components
- Removed built in handler
interaction.data.options.get<type>
->interaction.data.get<type>
What's Changed
- Modularized lilybird by @Didas-git in #1
- add check for Windows in package.json build script by @yorunoken in #2
- Add docs + lilybird 0.3 by @Didas-git in #3
New Contributors
- @Didas-git made their first contribution in #1
- @yorunoken made their first contribution in #2
Full Changelog: https://github.com/Didas-git/lilybird/compare/[email protected]
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
Lilybird v0.2.3
To install lilybird:
bun add lilybird
To update lilybird:
bun update -f
Changelog
- Fixed lots of bugs related to types
- Added missing listener calls
Full Changelog: 0.2.2...0.2.3
Lilybird v0.2.2
To install lilybird:
bun add lilybird
To update lilybird:
bun update -f
Changelog
- Added all guild methods of the rest api
- Added some more methods throughout the classes
Lilybird v0.2.1
To install lilybird:
bun add lilybird
To update lilybird:
bun update -f
Changelog
- Added User rest methods
- Fixed some type errors
- Exported all classes
Full Changelog: 0.2.0...0.2.1
Lilybird v0.2.0
To install lilybird:
bun add lilybird
To update lilybird:
bun update -f
Changelog
- More events added
- Added message command handler
Full Changelog: 0.1.5...0.2.0
Lilybird v0.1.5
To install lilybird:
bun add lilybird
# or you can use npm
# npm i lilybird
To update lilybird:
bun update -f
Changelog
- Added attachment support
Full Changelog: 0.1.4...0.1.5