#How to get bot permissions for a TextChannel ?
2 messages · Page 1 of 1 (latest)
You should use the client.isReady() typeguard to ensure that client.user will be a ClientUser instead of null
A User instance should be assignable to GuildMemberResolvable, and ClientUser is still a User instance