`Cannot read properties of undefined (reading 'send')` when fetching guild members
Hi! I got some weird error while fetching the members list of my guild. I believe this is a lib bug, but I want to make sure I didn't miss anything on my side
My code:
the error:
and the d.js code leading to this error:
(
My code:
the error:
and the d.js code leading to this error:
(
guild.shard is indeed undefined when printed on console)