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

types(ChannelManager|GuildChannelManager): removed unnecessary overload #29

Closed almeidx closed 3 years ago

almeidx commented 3 years ago

The overload on the line below each already accounts for the same return type, so marking the second argument as optional is enough. No need to have a separate overload with no second argument

timotejroiko commented 3 years ago

thanks!