geisterfurz007 (gone till 14th)
DIAdiscord.js - Imagine an app
•Created by NNKtv28 on 7/23/2023 in #djs-questions
Can anyone help me with the discord intents
If it's this erela, reads like something that was used to support music playing? 🤔 But the project was archived 8 months ago by the looks of it: https://github.com/MenuDocs/erela.js
72 replies
DIAdiscord.js - Imagine an app
•Created by NNKtv28 on 7/23/2023 in #djs-questions
Can anyone help me with the discord intents
And don't forget to add your remaining partials in the same manner :)
72 replies
DIAdiscord.js - Imagine an app
•Created by NNKtv28 on 7/23/2023 in #djs-questions
Can anyone help me with the discord intents
There is another typo in GuildPresences
72 replies
DIAdiscord.js - Imagine an app
•Created by NNKtv28 on 7/23/2023 in #djs-questions
Can anyone help me with the discord intents
Goddamn it 😄
72 replies
DIAdiscord.js - Imagine an app
•Created by NNKtv28 on 7/23/2023 in #djs-questions
Can anyone help me with the discord intents
DirectMessagesReactions
should be DirectMessageReactions
(there is one s too much after Message)72 replies
DIAdiscord.js - Imagine an app
•Created by NNKtv28 on 7/23/2023 in #djs-questions
Can anyone help me with the discord intents
What bits error was that again?
72 replies
DIAdiscord.js - Imagine an app
•Created by NNKtv28 on 7/23/2023 in #djs-questions
Can anyone help me with the discord intents
Yup
72 replies
DIAdiscord.js - Imagine an app
•Created by NNKtv28 on 7/23/2023 in #djs-questions
Can anyone help me with the discord intents
<:PES_Yeeeees:601747554522365952>
72 replies
DIAdiscord.js - Imagine an app
•Created by NNKtv28 on 7/23/2023 in #djs-questions
Can anyone help me with the discord intents
Discord.Partials.Message
in your case probably since you are importing it all at once72 replies
DIAdiscord.js - Imagine an app
•Created by NNKtv28 on 7/23/2023 in #djs-questions
Can anyone help me with the discord intents
<:PES_Yeeeees:601747554522365952>
72 replies
DIAdiscord.js - Imagine an app
•Created by NNKtv28 on 7/23/2023 in #djs-questions
Can anyone help me with the discord intents
Point is:
Discord.Intents
doesn't exist anymore if you updated to discord.js 14. Change it to Discord.GatewayIntentBits
instead. Further, you have to convert them all to PascalCase, so GUILD_MEMBERS
becomes GuildMembers
, GUILD_BANS
becomes GuildBans
, etc.72 replies