Pranav
Pranav
DIAdiscord.js - Imagine an app
Created by Pranav on 7/4/2024 in #djs-questions
is this a right way to do?
i created a interactionCreate.js file that was given below is that a right way to check the bot has nessery permission to do the commands
5 replies
DIAdiscord.js - Imagine an app
Created by Pranav on 7/2/2024 in #djs-questions
permission
How handle missing permission in my bot
7 replies
DIAdiscord.js - Imagine an app
Created by Pranav on 6/23/2024 in #djs-questions
i can still fetch the message
const ticketMessage = await ticketChannel.messages.fetch(data.messageID);
console.log(ticketMessage)
const ticketMessage = await ticketChannel.messages.fetch(data.messageID);
console.log(ticketMessage)
i deleted the message from the channel but the code still fetcing that message form the channel
5 replies