Skip to content

0.11.1

Compare
Choose a tag to compare
@abalabahaha abalabahaha released this 17 Nov 22:46

Deprecations:

  • The reason and parentID arguments in createChannel(guildID, name, type, reason, parentID) have been deprecated. They can now be specified as properties of an overall options object in createChannel(guildID, name, type, options)

Additions:

  • Added option to customize the reconnect delay algorithm (e16e645)
  • Added option to set initial permissionOverwrites with createChannel() (4fd75ec)

Fixes: