timotejroiko / discord.js-light

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

Closed GoogleSites closed 3 years ago

GoogleSites commented 3 years ago

GuildMemberManager#forge returns GuildMemberManager, not GuildMember in the typings. In reality, it returns a GuildMember instance.

timotejroiko commented 3 years ago

huh, how did that happen xD fixed ty