Skip to content
This repository has been archived by the owner on Jul 11, 2021. It is now read-only.

Releases: auguwu/Wumpcord

1.1.0 | Improvements, Bug Fixes

18 Mar 14:40
ab19121
Compare
Choose a tag to compare

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

17 Mar 14:57
Compare
Choose a tag to compare
Hot-fix build Pre-release
Pre-release

馃敟 Adds in methods that were not added in EmbedBuilder, and make EmbedBuilder.build produce no side-effects.

Hot-fix build

17 Mar 13:43
15489e7
Compare
Choose a tag to compare
Hot-fix build Pre-release
Pre-release

馃敟 Hot-fix patch for blocking the rest client when rejected.

1.0.11

28 Feb 04:10
Compare
Choose a tag to compare

Fixes

  • Shard promises in WebSocketClient._createConnection

Additions

  • Added Options and Events 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

26 Feb 22:40
bfb0ab0
Compare
Choose a tag to compare

Additions

  • Generics for message events
  • Overloaded generics for message events in WebSocketClient.on/once/addListener
  • Add required props generic to PartialEntity

Misc

  • Update dependencies

1.0.8

13 Feb 05:43
Compare
Choose a tag to compare

Fixes

  • Fixes voice connection issues (audio can't be heard for some reason)
  • Fixes file uploading

Properly export types

11 Feb 00:08
Compare
Choose a tag to compare

Title says it all

v1.0.5 | Bug Fixes

01 Feb 11:03
Compare
Choose a tag to compare

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

10 Jan 04:56
Compare
Choose a tag to compare

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 in GuildChannel.patch

Additions

  • Added a generic for Message

1.0.1 | Bug Fixes

06 Jan 04:39
Compare
Choose a tag to compare
  • Fix typings folder
  • Don't include voice dependencies as main dependencies