Skip to content

v2.8.0

Compare
Choose a tag to compare
@timotejroiko timotejroiko released this 18 Jun 00:08
· 157 commits to master since this release
  • 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