Juby210 / discord.js-reaction-menu

Apache License 2.0
13 stars 7 forks source link

TypeError: r.users.remove is not a function #9

Closed astrex1969 closed 3 years ago

astrex1969 commented 3 years ago
new rm.menu({
channel: message.channel,
userID: message.author.id,
pages: ['test', 'test2', 'test3']

})

Juby210 commented 3 years ago

Are you using discord.js v12.x?

astrex1969 commented 3 years ago

oops i was using v11 ,i updated it and its working now , sorry to bother you.