Dmitry Batkovich
DIAdiscord.js - Imagine an app
•Created by Dmitry Batkovich on 9/5/2023 in #djs-questions
how do I change the topic of stage Instances in the scene channel?
there is a channel this is a scene it has stage Instances set how to change the topic for this stage Instances the channel.stageInstance.topic = "New Theme" method does not work
3 replies
DIAdiscord.js - Imagine an app
•Created by Dmitry Batkovich on 9/5/2023 in #djs-questions
Discord JS music playback via ffmpeg on stage
I understand that in ffmpeg I pass the path to the file and how do I redirect the music playback stream to the voice of the bot that is on stage?
5 replies
DIAdiscord.js - Imagine an app
•Created by Dmitry Batkovich on 9/5/2023 in #djs-questions
How do I check that the bot is connected to the stage and releases on it?
How do I check that the bot is connected to the stage and releases on it? To avoid catching an exception when connecting to a channel like here:
6 replies
DIAdiscord.js - Imagine an app
•Created by Dmitry Batkovich on 9/5/2023 in #djs-questions
Inline field title
Hi, I want to make an Inline Title in my Embed object, as in the example of one of my kicks with a timeout error, what could be the problem?
6 replies
DIAdiscord.js - Imagine an app
•Created by Dmitry Batkovich on 8/22/2023 in #djs-questions
ExpectedConstraintError: Invalid number value
Even I can't figure out what he doesn't like
9 replies
DIAdiscord.js - Imagine an app
•Created by Dmitry Batkovich on 8/21/2023 in #djs-questions
How to close scene?
so createStageInstance creates a scene, as I understand it now, how do I close it, I disconnect the bot via connection.disconnect(), however, the scene does not close, as I understand it, I need to send an empty topic to the createStageInstance channel or which method to call?
4 replies
DIAdiscord.js - Imagine an app
•Created by Dmitry Batkovich on 8/21/2023 in #djs-questions
Is it possible to make a bot that opens the stage and starts performing?
Is it possible to immediately make the bot connect to the scene by ID and immediately open the scene with the specified name?
24 replies
DIAdiscord.js - Imagine an app
•Created by Dmitry Batkovich on 8/20/2023 in #djs-questions
Is it possible to send a message later so that it is sent as if it was sent by the user?
for example, when sending a message from the bot message.channel.send
, change the avatar and nickname somehow and send
9 replies
DIAdiscord.js - Imagine an app
•Created by Dmitry Batkovich on 8/20/2023 in #djs-questions
how do I set the send Typing() timeout?
I have a bot that sends a response to requests for a long time, I would like send Typing to work until the bot responds, now sendTyping works for 5-10 seconds and disappears
17 replies
DIAdiscord.js - Imagine an app
•Created by Dmitry Batkovich on 8/19/2023 in #djs-questions
How do I create buttons under messages?
I have a message how to link buttons to it?
I understand MessageActionRow, Message Button, Message Embed
are outdated
7 replies
DIAdiscord.js - Imagine an app
•Created by Dmitry Batkovich on 8/18/2023 in #djs-questions
How do I send Discord Embed?
I have a code that sends Discord Embed however does not see the MessageEmbed namespace what could be wrong?
9 replies
DIAdiscord.js - Imagine an app
•Created by Dmitry Batkovich on 8/18/2023 in #djs-questions
How do I get the bot to respond to DM messages that are written to it from the user?
I still can't find an example where there is an event that would trigger whenever a user writes a message to a bot in the DM
33 replies