Closed rctgamer3 closed 11 months ago
Can you just try changing the const call to the package to this
const { Pagination } = require("@acegoal07/discordjs-pagination");
Edit:
Or to use the call to the package your using you would need to use this
new Pagination.Pagination()
Oh dang. I was fixated on fixing up my code but never noticed i fumbled up that part. Sorry for the beginners mistake.
Describe the bug Code on the wiki doesn't work at all. Can't even assign Pagination to a variable without setting any options. Error message
TypeError: Pagination is not a constructor
Sample of the code where it is used
Additional info