Skip to content
Advertisement

how can i move users with reaction

im trying to create bot that move users when they react in message create channel and move the user to the channel that was created , err = Cannot read property 'setChannel' of undefined

JavaScript
JavaScript

Advertisement

Answer

You need a GuildMember to access their voice state. Your mem variable is wrong so, you need to get the member instead.

JavaScript
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement