eris icon indicating copy to clipboard operation
eris copied to clipboard

Convert remaining #client to #_client

Open DonovanDMC opened this issue 2 years ago • 0 comments

Channel & Shard are the only two classes that assign the Client as client instead of _client.

If not changed to be underscored, they should at least be changed to an Object.defineProperty call so they can be made non-enumerable.

DonovanDMC avatar Jun 10 '22 01:06 DonovanDMC