Asgarrrr / Luna

An adorable discord bot fully customizable created in javascript, using Discord.js and mongoDB that is constantly growing !
https://lunadoc.vercel.app/
GNU General Public License v3.0
24 stars 3 forks source link

Button and Music Bug #46

Closed rodrigoricky closed 2 years ago

rodrigoricky commented 2 years ago

For play.js

TypeError: actions.components[2].setEmoji is not a function at Play.embedPlayer (C:\Users\User\Desktop\Opal\Commands\Music\play.js:668:35) at Play.run (C:\Users\User\Desktop\Opal\Commands\Music\play.js:93:24)

For help.js

TypeError: button.defer is not a function at ButtonCollector. (C:\Users\User\Desktop\Opal\Commands\General\help.js:164:26) at processTicksAndRejections (internal/process/task_queues.js:93:5)

StandartCoder commented 2 years ago

For help.js

Do button.reply.defer

StandartCoder commented 2 years ago

For play.js

Replace components with Components

So c to C