vanillop 🖤
vanillop 🖤
DIAdiscord.js - Imagine an app
Created by vanillop 🖤 on 11/18/2024 in #djs-questions
Activities Event
is there an event that listens for the start of activities in voice channels?
4 replies
DIAdiscord.js - Imagine an app
Created by vanillop 🖤 on 5/30/2024 in #djs-questions
Send Attachment
const attachment = new discord.AttachmentBuilder()
.setFile(Canvas.toBuffer())
.setName('profileMember.png');

await interaction.channel.send({attachments: [attachment]});
const attachment = new discord.AttachmentBuilder()
.setFile(Canvas.toBuffer())
.setName('profileMember.png');

await interaction.channel.send({attachments: [attachment]});
DiscordAPIError[50035]: Invalid Form Body
attachments[0].id[BASE_TYPE_REQUIRED]: This field is required
DiscordAPIError[50035]: Invalid Form Body
attachments[0].id[BASE_TYPE_REQUIRED]: This field is required
help pls...
5 replies
DIAdiscord.js - Imagine an app
Created by vanillop 🖤 on 5/16/2024 in #djs-questions
Defer without message in modal
how to make the inscription “bot is thinking” in a modal? If I use deferReply, the modal window is closed and a “bot is thinking“ message is generated. I don't need this message separately. It needs to be inside the modal.
4 replies
DIAdiscord.js - Imagine an app
Created by vanillop 🖤 on 4/25/2024 in #djs-questions
deferReply without message
how to turn off the message in inter.deferReply (not ephemeral: true)
3 replies