Closed NotSugden closed 4 years ago
Thanks, i was still thinking in terms of TextBasedChannel. But since TextBasedChannel is not an extensible structure and is also implemented in NewsChannel i'll need to move it to init.js to avoid having to extend both.
corrected in c292c7c
closing this for now, let me know if there's anything else :) Thanks again!
https://github.com/timotejroiko/discord.js-light/blob/c0abe51ac8d70065cda3e2ff208ab74f3ee09008/classes.js#L283-L285
but as you can see
where T is
TextChannel
from discord.js