Skip to content

Releases: Didas-git/lilybird

Handlers 0.1.0

06 Dec 23:37
c5758a3
Compare
Choose a tag to compare

Create v0.1.1

06 Dec 23:47
63c8fcf
Compare
Choose a tag to compare

Create v0.1.0

06 Dec 23:38
c5758a3
Compare
Choose a tag to compare

Lilybird v0.3.0

06 Dec 23:35
c5758a3
Compare
Choose a tag to compare

Changelog

  • Removed JSX components
  • Removed built in handler
  • interaction.data.options.get<type> -> interaction.data.get<type>

What's Changed

New Contributors

Full Changelog: https://github.com/Didas-git/lilybird/compare/[email protected]

Lilybird v0.2.4

29 Nov 23:33
c5cce00
Compare
Choose a tag to compare

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 a Message
  • 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

25 Nov 02:27
8c2c4a0
Compare
Choose a tag to compare

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

25 Nov 01:35
c62efb6
Compare
Choose a tag to compare

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

24 Nov 21:52
a234512
Compare
Choose a tag to compare

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

24 Nov 20:17
0500170
Compare
Choose a tag to compare

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

22 Nov 20:58
9692252
Compare
Choose a tag to compare

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