Lengo
Explore posts from serversDIAdiscord.js - Imagine an app
•Created by Lengo on 6/30/2023 in #djs-questions
Fetch every thread ever in a forum channel
Is this possible? I'm trying to fetch a count of posts in a forum channel.
3 replies
DIAdiscord.js - Imagine an app
•Created by Lengo on 12/25/2022 in #djs-questions
Using discord.js to work with interactions on a Cloudflare Worker
Hello,
Is there a way to use discord.js to receive, parse, and respond to interactions being sent to a Cloudflare Worker (via the HTTP Interactions feature)? Would I just take the JSON of the interaction and put it in
new Interaction(data)
or something? Or can I not use it and can only use @discordjs/rest?
Thank you in advance!6 replies