Skip to content

Releases: timotejroiko/discord.js-light

v2.8.0

18 Jun 00:08
Compare
Choose a tag to compare
  • Channels and GuildChannels are now always linked (caching one caches the other) a9fb152
  • Caching Members now also caches their User (but not the other way around) a9fb152
  • Member Roles are now always available but show up as partials if Roles are not cached a9fb152
  • Reworked guild.roles.fetch() a9fb152
  • Reworked guild.members.fetch() a9fb152
  • Added withOverwrites option to client.channels.fetch() and guild.channels.fetch() f8805cd
  • Added guild.emojis.fetch() f8805cd
  • Added client.guilds.fetch() f8805cd
  • Added queueLimit client option f8805cd
  • Added userCacheLifetime client option 74996a1
  • Added channelCacheLifetime client option 74996a1
  • Increased shardCheckInterval default from 10 to 30 minutes 22612c6
  • Re-enabled lastMessageID and lastMessageChannelID properties a9fb152
  • The guildDelete and guildUpdate events now properly fire partial guilds instead of null if guilds are not cached 22612c6
  • Using GUILD_PRESENCES intent without the trackPresences option now only caches presences for cached members 22612c6
  • Fixed some getters and activity tracking 56de16e eb25bc8
  • Refactored readme documentation 56de16e 106ffe4 c2faf2e af17c51 5c8ba6a

v2.7.2...v2.8.0

v2.7.2

08 Jun 21:27
Compare
Choose a tag to compare
  • fix message.mentions.members
  • fix error when accessing empty member.roles.cache
  • fix/add partial everyone role
  • improve roles.fetch and allow fetching single roles
  • remove unwanted role id caching in members
    a7b44e3

v2.7.1...v2.7.2

v2.7.1

07 Jun 11:43
Compare
Choose a tag to compare
  • fix message.mentions.channels 79fea49

v2.7.0...v2.7.1

v2.7.0

03 Jun 11:14
Compare
Choose a tag to compare

v2.6.3...v2.7.0

v2.6.3

16 May 17:16
Compare
Choose a tag to compare

v2.6.2...v2.6.3

v2.6.2

15 May 23:46
Compare
Choose a tag to compare
  • small bugfixes and adjustments 15040a1
  • fix unwanted caching of permissionOverwrites dac592d
  • always cache channel before sending to avoid returning undefined 71800b5
  • voice bugfixes 229afbe
  • keep voice channel cached while connected da5db63 d736da9

v2.6.1...v2.6.2

v2.6.1

06 May 23:39
Compare
Choose a tag to compare
  • allow joining voice without enablePermissions d89184b

v2.6.0...v2.6.1

v2.6.0

05 May 22:30
Compare
Choose a tag to compare
  • dont sweep channels if enableChannels is true c299dc4
  • presence optimizations and enableChannels client option 36c2076
  • process presences c78a01b
  • fix memberCount, add voiceStates and presences support 4b36b46
  • always cache the bot's GuildMember / add enablePermissions client option 9256775

v2.5.0...v2.6.0

v2.5.0

18 Apr 19:16
Compare
Choose a tag to compare
  • Update README.md 22e9248 a6f45bf 34a6300
  • more partial workarounds 4f5198f
  • consistency pass, reworked userUpdate/memberUpdate events ae4fee5
  • discord.js 12.2.0 a27d29f
  • fix guild.shardID, move autosweep to client options, add dead shard detection f9555a0

v2.4.0...v2.5.0

discord.js 12.1.1

29 Mar 19:01
Compare
Choose a tag to compare
  • discord.js v12.1.1 + minor adjustments 6390a2b
  • restore message event firing for the bot's own messages f220e5d

v2.3.5...v2.4.0