Discord js Using guild. but this error happens Cannot read properties of undefined (reading ‘members’)
So I was writing tje code as a test to implement some functionality.
Is there a way to check if a specific user id exists within the server? without using cache || discord js
Is there a way to check if a specific user id exists within the server? without using cache
I couldn’t find a working code, whether or not the user had never chatted
Permission discord Js V14
when creating a channel with the bot i wanted originally to set the permissions for everyone to not see the channel but for an other specific role to see it and for the person that used the command to see the channel
discord.js bot problem with ReferenceError
I keep getting this error:
Removing roles doesn’t work when splitting code into two modules
I am making a discord app that removes a role and adds an other, it was working fine when everything was in one module, but when i tried to make two more modules one for adding the role and one for removing the role, it became adding the role without removing the other one even though I didn’t change any code.
There was an error: DiscordAPIError[50035]: Invalid Form Body name[BASE_TYPE_REQUIRED]: This field is required
My code for rock paper scissors game gets an error message like