Using d.js package for other projects that doesn't involve a bot.

I been wondering if it's possible to use d.js package to do webhook things for other projects like Express.JS site or do I have to use the Discord API instead of the package? Not intending to use it for a bot but rather a webhook.
3 Replies
d.js toolkit
d.js toolkit14mo ago
• What's your exact discord.js npm list discord.js and node node -v version? • Post the full error stack trace, not just the top part! • Show your code! • Explain what exactly your issue is. • Not a discord.js issue? Check out #useful-servers.
Squid
Squid14mo ago
Discord.js is designed specifically for bots, but discord-api-types will probably help with the routes and such you'd need for webhooks
Toast
Toast14mo ago
ah thank you, ill go with that route instead.