Deerlo
Deerlo
DIAdiscord.js - Imagine an app
Created by Deerlo on 7/5/2023 in #djs-questions
messages
getting messages of a discord channel?
channel.messages.fetch().then(messages => {
console.log(messages);
});
channel.messages.fetch().then(messages => {
console.log(messages);
});
get TypeError: Cannot read properties of undefined (reading 'fetch')
21 replies
DIAdiscord.js - Imagine an app
Created by Deerlo on 5/14/2023 in #djs-questions
interaction already replied
6 replies
DIAdiscord.js - Imagine an app
Created by Deerlo on 5/14/2023 in #djs-questions
button click
14 replies
DIAdiscord.js - Imagine an app
Created by Deerlo on 5/5/2023 in #djs-questions
images
how to attach local images in to embed in discordjs
5 replies
DIAdiscord.js - Imagine an app
Created by Deerlo on 5/5/2023 in #djs-questions
emoji
How to check if emoji exists before setting it? because if I set it and it doesnt exist it can throw an exception
9 replies
DIAdiscord.js - Imagine an app
Created by Deerlo on 4/22/2023 in #djs-questions
BUTTON INTERACTION ERROR EXCEPTION CRASHES APP
What could be the problem that sometimes clicking a button it throws this error? requestBody: { files: undefined, json: { type: 6 } }, rawError: { message: 'Unknown interaction', code: 10062 }, code: 10062, status: 404, method: 'POST',
16 replies
DIAdiscord.js - Imagine an app
Created by Deerlo on 4/18/2023 in #djs-questions
Second step confirmation
Im making a deposit system to deposit USD, does discordjs allow to hold slash command execution and send a panel with 2 buttons confirm and cancel before proceeding the command?
14 replies