github discordjs/discord.js 11.4.1

latest releases: @discordjs/core@1.1.1, @discordjs/rest@2.2.0, 14.14.1...
5 years ago

Overview

  • Fixes bugs from 11.4.0

Deprecations

  • Guild#defaultChannel, there will be no fallback/alternative (407500b)
  • Permissions: READ_MESSAGES, use VIEW_CHANNEL instead (1fe201a)
  • ClientUser#setGame, use ClientUser#setActivity instead (cd06684)
  • Collection#filterArray, convert to an array and filter, or the other way round instead. (09ddbcb)
  • Collection#findAll, same as Collection#filterArray but also pass a function instead (09ddbcb)
  • Collection#exists, use Collection#filter and convert to a boolean instead. (09ddbcb)
  • Collection#find and Collection#findKey's 'key', 'property' overload, pass a function instead. (09ddbcb)
  • All user bot methods (95a2d25)

Fixes

  • RichEmbed fields not getting set (7126cad)
  • Preemptively replacing channels when it already exists (d772bff)
  • Voice dependencies (72bb9cb)

Don't miss a new discord.js release

NewReleases is sending notifications on new releases.