LEON
LEON
DIAdiscord.js - Imagine an app
Created by LEON on 8/17/2023 in #djs-voice
how to make echobot
I want to write code that, using connection.receiver, will listen to what the user with id 633223783204782090 says and immediately repeat it.
5 replies
DIAdiscord.js - Imagine an app
Created by LEON on 4/14/2023 in #djs-questions
Ratelimit question.
Does discord js check the rate limit? For example, if I want to do this code:
while(true) {
interaction.editReply('something')
}
while(true) {
interaction.editReply('something')
}
6 replies
DIAdiscord.js - Imagine an app
Created by LEON on 3/27/2023 in #djs-questions
How to attachment in message stream.pipe?
I have a stream received via ffmpeg, how do I attach it as a file in a message without creating the file via fs?
8 replies