This repository has been archived by the owner on Jul 11, 2021. It is now read-only.
Releases: auguwu/Wumpcord
Releases · auguwu/Wumpcord
1.1.0 | Improvements, Bug Fixes
Additions
- Move WebSocketClient.interactions to it's own subclass
- Added Sticker support to Message
- Rework how REST works
Fixes
- Fix attachments not being populated in Message
- Fixed methods not being added in EmbedBuilder
Removed
- Voice module (not needed at the moment!)
Hot-fix build
🔥 Adds in methods that were not added in EmbedBuilder, and make EmbedBuilder.build produce no side-effects.
Hot-fix build
🔥 Hot-fix patch for blocking the rest client when rejected.
1.0.11
Fixes
- Shard promises in
WebSocketClient._createConnection
Additions
- Added
Options
andEvents
generics in [WebSocketClient] for classes extending [WebSocketClient] - Entity cache sweep! So far this is for channel messages in dm, text, news, and group channels! Use the
sweepUnneededCacheIn
option for more details
1.0.10
1.0.8
Properly export types
Title says it all
v1.0.5 | Bug Fixes
Additions
- New Model: InteractionMessage
- Add in EmbedBuilder and MessageCollector
- Rewrite the REST API in Native HTTP
Fixes
- Remove
console.log
in Message#reply - NewsChannel inherits GuildTextableChannel
1.0.4 | Bug Fixes
Fixes
- Fixed
Message.reply
for not replying - Fixed clashing types
- Made dependencies that aren't the main ones optional, use
--no-optional
on NPM - Don't re-add in
permissionOverwrites
inGuildChannel.patch
Additions
- Added a generic for
Message
1.0.1 | Bug Fixes
- Fix typings folder
- Don't include voice dependencies as main dependencies