Indeed
Indeed
Explore posts from servers
DIAdiscord.js - Imagine an app
Created by Indeed on 10/28/2024 in #djs-questions
Website interaction for discord api
It's very frustrating to do this. I am trying to interact with Discord API with a website such as Google Sites or HTML. However, cors is blocking my interaction between the discord api for security purpose. I know a few solution to solve this but, it doesn't satisfy me because I don't have money for buying a dedicated server or even a local server. * Own a Node.Js server as a back-end program for interacting discord API and acts for sending/requesting data for the Website.
* Requesting Website (Front-End) > Node.Js Server (Back-End) > Discord API > Some Backend from discord * Discord API sending data to Node.js Server Website (Front-End) < Node.js Server (Back-End) < Discord API < Some Backend from discord
* Use some public proxy links for direct interaction between website and discord api. However, I don't think a good one exist. There is also a disadvantage for this such as leaking the discord bot token in public (from source). Now I'd like to get help to make a solution without using a paid dedicated server to make a website directly or with back-end to interact with discord-api.
4 replies
DIAdiscord.js - Imagine an app
Created by Indeed on 3/30/2024 in #djs-questions
Authorization Application
It's possible to use discord.js as not a discord bot but an application that fetches user gmail and username or all user info using the application like for example we can use it as a login system in our websites or use it as a verification in some way. or is there a separate package for it?
5 replies