npm discord.js 11.4.1

latest releases: 14.15.0-dev.1713658222-4ad285804, 14.15.0-dev.1713312606-6759f5b9c, 14.15.0-dev.1713269040-1c5de21a2...
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.