I need to process some async data. So I'm not rellying on discord.js events like message create, but something like and webhook that commmunicates with my bot
I'm using shards, so when I receive the async data, I need to redirect it to the shard that has the proper guild/member info that I need fetched
So, how can I get a Client object of a shard using my ShardManager? Because, with the Client, I can try to perform a search for the data I need