Releases: Didas-git/lilybird
Transformers v0.4.2
Changelog
- Added
<Message>.sendInChannel
so you dont need to fetch channels to send messages - Added
<Message>.forwardTo
as a helper to forward messages to channels - Added
<Interaction>.fetchOriginalReply
so you can get the message structure after calling.reply
- Flags are now properly handled across all methods
Handlers v0.6.0
Changelog
- Added advanced handlers, a compiled alternative for the simple ones
- Deprecated simple handlers
- Simple handlers will be removed before 1.0
Documentation can be found on the website: https://lilybird.didas.dev/modules/handlers/default/application-commands/
Create v0.4.0
Changelog
- Handlers template now uses advanced handlers
Lilybird v0.8.0
Changelog
-
DebugIdentifier
is now a normal enum instead of a string enum. -
Added new
GuildMemberFlag
s -
Added
MessageReferenceType
-
Added new
MessageType
s -
Added
PollResult
toEmbedType
-
Added
approximate_user_install_count
toApplication.Structure
-
Added message snapshot support (forwarding), see the discord documentation for more details.
-
Added support for
Application Emojis
-
Added support for
Voice State Endpoints
-
Added
<REST>.getGuildRole
-
Improved types for
ApplicationCommandOption.Structure
- Added
NumericStructure
&StringStructure
- Added
-
All properties in
AllowedMentionsStructure
have been made optional. -
BaseCachingStructure
is now exported -
Remade
isDeletableMessage
util -
Stability improvements to
WSManager
-
The client will now throw/crash if there is an issue connecting to the websocket (such as invalid intents)
Handlers v0.6.0-beta.4
Changelog
- Added a store listener function
- Accessible via
import { $listener } from "@lilybird/handlers/advanced"
or<Handler>.storeListener
- Accessible via
- Renamed
store
tostoreCommand
- Added
<Handler>.clearStores
Transformers v0.4.1
What's Changed
- Reorganize lilybird types by @Didas-git in #20
User
now hasclient
accessible
Full Changelog: https://github.com/Didas-git/lilybird/compare/[email protected]@0.4.1
Handlers v0.6.0-beta.3
- Several fixes on the compilers
Handlers v0.6.0-beta.0
What's Changed
- New advanced handler
- Completely removed the standard import (was previously deprecated)
Lilybird v0.7.3
Changelog
- Debug enums are not strings anymore
- Slight QOL improvement to
ApplicationCommandOption.Structure
- Allowed Mention's fields are all optional now
Lilybird v0.7.1
What's Changed
- Reorganize lilybird types by @Didas-git in #20
- Fix some connection related issues (the connection should not randomly stop anymore)
- Small change to debug codes
Full Changelog: https://github.com/Didas-git/lilybird/compare/[email protected]@0.7.1