17 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
command code
RangeError [BitFieldInvalid]: Invalid bitfield flag or number: undefined
- All SCREAMING_SNAKE_CASE
enums have been changed to PascalCase
- Intents: Intents.FLAGS.GUILD_MESSAGES
-> GatewayIntentBits.GuildMessages
- Permissions: Permissions.FLAGS.SEND_MESSAGES
-> PermissionFlagsBits.SendMessages
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
I don't really understand what exactly I need to do
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
I read it but didn't understand it
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
what should i change
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
how is it similar to v13
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
right?
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
all work. one more question, how can I make it so that instead of indicating minutes I could indicate 1d 2d 1m 1s
thx