Skip to main content

Function: canReadMessages()

canReadMessages(channel: Nullish | ChannelTypes): boolean

Determines whether or not we can read messages in a given channel.

Parameters

ParameterTypeDescription
channelNullish | ChannelTypesThe channel to test the permissions from.

Returns

boolean

Whether or not we can read messages in the specified channel.

Defined in

projects/utilities/packages/discord.js-utilities/src/lib/utilities.ts:13