All the power of discord.js, zero caching. This library modifies discord.js's internal classes and functions in order to give you full control over its caching behaviour.
Apache License 2.0
292
stars
29
forks
source link
Incorrect typings for GuildMemberManager#forge #56
GuildMemberManager#forge
returnsGuildMemberManager
, notGuildMember
in the typings. In reality, it returns aGuildMember
instance.