eris
eris copied to clipboard
Convert remaining #client to #_client
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.