Releases: timotejroiko/discord.js-light
Releases · timotejroiko/discord.js-light
v2.8.0
- 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 toclient.channels.fetch()
andguild.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
andlastMessageChannelID
properties a9fb152 - The
guildDelete
andguildUpdate
events now properly fire partial guilds instead of null if guilds are not cached 22612c6 - Using
GUILD_PRESENCES
intent without thetrackPresences
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
- 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
- fix message.mentions.channels 79fea49
v2.7.0
v2.6.3
- fix bug causing crash 80313bb
v2.6.2
v2.6.1
- allow joining voice without enablePermissions d89184b