discord.js-pagination icon indicating copy to clipboard operation
discord.js-pagination copied to clipboard

Fix bad condition in paginationEmbed

Open atomheartother opened this issue 4 years ago • 0 comments

If !msg then checking msg.channel will cause a crash anyway (and is always false). This condition should be an OR, not AND.

atomheartother avatar Nov 19 '20 08:11 atomheartother