discord.js-pagination
discord.js-pagination copied to clipboard
Fix bad condition in paginationEmbed
If !msg
then checking msg.channel
will cause a crash anyway (and is always false). This condition should be an OR, not AND.