#guild.scheduledEvents.create not working with latest version

10 messages · Page 1 of 1 (latest)

flat plaza
stable fernBOT
#

• What's your exact discord.js npm list discord.js and node node -v version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.

flat plaza
#

14.110 version

#

hey i have using disord.js to create events on my discord server

#

but guild.scheduledEvents.create() this function is throwing error.

#
    at GuildScheduledEventManager.create (/Users/amansehrawat/Desktop/daolens/self-serve-backend/node_modules/discord.js/src/managers/GuildScheduledEventManager.js:92:30)
    at module.exports.createEvents (/Users/amansehrawat/Desktop/daolens/self-serve-backend/controller/user.controller.js:364:52)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (node:internal/process/task_queues:96:5) {
  code: 'GuildVoiceChannelResolve'
}```
#

stack of the error.

#

help

glossy pawn
#

Show your code and your client constructor

formal burrowBOT