Deerlo
DIAdiscord.js - Imagine an app
•Created by Deerlo on 7/5/2023 in #djs-questions
messages
thank you
21 replies
DIAdiscord.js - Imagine an app
•Created by Deerlo on 7/5/2023 in #djs-questions
messages
channel.messages.fetch().then(messages => {
});
Is there a limit of how many messages it will fetch?
21 replies
DIAdiscord.js - Imagine an app
•Created by Deerlo on 7/5/2023 in #djs-questions
messages
now it works, getting this channel is wrapped in async function, forgot to await, cheers
21 replies
DIAdiscord.js - Imagine an app
•Created by Deerlo on 7/5/2023 in #djs-questions
messages
it refers to a text channel, I am able to send messages directly to this channel, now I want to retrieve all messages from it
21 replies
DIAdiscord.js - Imagine an app
•Created by Deerlo on 7/5/2023 in #djs-questions
messages
I have it enabled
21 replies
DIAdiscord.js - Imagine an app
•Created by Deerlo on 7/5/2023 in #djs-questions
messages
can u explain me about guilds intent
21 replies
DIAdiscord.js - Imagine an app
•Created by Deerlo on 7/5/2023 in #djs-questions
messages
so do interaction.guild?
21 replies
DIAdiscord.js - Imagine an app
•Created by Deerlo on 7/5/2023 in #djs-questions
messages
so what do I need?
21 replies
DIAdiscord.js - Imagine an app
•Created by Deerlo on 7/5/2023 in #djs-questions
messages
I get channel from
const channel = await interaction.client.channels.cache.get(config.channels.jobPickups);;
21 replies
DIAdiscord.js - Imagine an app
•Created by Deerlo on 5/14/2023 in #djs-questions
interaction already replied
yup works
6 replies
DIAdiscord.js - Imagine an app
•Created by Deerlo on 5/14/2023 in #djs-questions
interaction already replied
but throws DiscordAPIError[10008]: Unknown Message
as its ephemeral
6 replies
DIAdiscord.js - Imagine an app
•Created by Deerlo on 5/14/2023 in #djs-questions
interaction already replied
I changed it to await i.message.delete(); to use collected interaction
6 replies
DIAdiscord.js - Imagine an app
•Created by Deerlo on 5/14/2023 in #djs-questions
button click
thank u
14 replies
DIAdiscord.js - Imagine an app
•Created by Deerlo on 5/14/2023 in #djs-questions
button click
worked!
14 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/14/2023 in #djs-questions
button click
ephemeral:true
14 replies
DIAdiscord.js - Imagine an app
•Created by Deerlo on 5/14/2023 in #djs-questions
button click
looks like this sir
14 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/14/2023 in #djs-questions
button click
doesnt log anything
14 replies