Инот
Инот
DIAdiscord.js - Imagine an app
Created by Инот on 12/17/2024 in #djs-questions
Disable init information from WS with Guild intent
okey
10 replies
DIAdiscord.js - Imagine an app
Created by Инот on 12/17/2024 in #djs-questions
Disable init information from WS with Guild intent
...
10 replies
DIAdiscord.js - Imagine an app
Created by Инот on 12/17/2024 in #djs-questions
Disable init information from WS with Guild intent
but i dont need the init cache
10 replies
DIAdiscord.js - Imagine an app
Created by Инот on 12/17/2024 in #djs-questions
Disable init information from WS with Guild intent
No
10 replies
DIAdiscord.js - Imagine an app
Created by Инот on 12/17/2024 in #djs-questions
Disable init information from WS with Guild intent
I need full discord js. It just doesn't suit me because the information the code receives is too large, but at the same time I can't give up Guilds
10 replies
DIAdiscord.js - Imagine an app
Created by Eryczus on 12/15/2024 in #djs-questions
Image in Embed
You need to make attachment before the message will be deleted. Just make an attachment by new AttachmentBuilder(message.attachments.first().url), and add it to message like file. Then use it in embed by attachment://image.(here attachment type). This is done because when a message is deleted, Discord also deletes its contents from its servers, be it files or pictures, so we duplicate them temporarily into RAM, and then, under the guise of a new attachment, we send them together to the embed
10 replies
DIAdiscord.js - Imagine an app
Created by Инот on 12/11/2023 in #djs-voice
redirection voice from one channel of guild to another channel in another guild
Can you help me write a function that takes the stream array and returns the stream of all these streams?
5 replies