devRael1 / discordjs-pagination

A pagination system for Discord.js v14
https://www.npmjs.com/package/@devraelfreeze/discordjs-pagination
MIT License
11 stars 10 forks source link

Doesn't work for discord.js v14.9.0 #9

Closed g0dzcsgo closed 1 year ago

g0dzcsgo commented 1 year ago

Can't use this, it crashes when executing pagination function with the message:

node_modules\@devraelfreeze\discordjs-pagination\src\pagination\pagination.ts:118 initialMessage = await channel.send({ ^ TypeError: Cannot read properties of null (reading 'send')

devRael1 commented 1 year ago

Send me the code you use to get this error please