Function: canRemoveAllReactions()
canRemoveAllReactions(
channel:Nullish|ChannelTypes):boolean
Defined in: projects/utilities/packages/discord.js-utilities/src/lib/utilities.ts:95
Determines whether or not we can remove reactions from messages in a given channel.
Parameters
| Parameter | Type | Description |
|---|---|---|
channel | Nullish | ChannelTypes | The channel to test the permissions from. |
Returns
boolean
Whether or not we can remove reactions from messages in the specified channel.