
node.js - Discord API Rate Limiting - Stack Overflow
Dec 6, 2022 · That way if somebody spam reloads your app, your app won't then spam request the Discord API for new info every time. If you are ever ratelimited by Discord because your …
Issues with the Discord API: Unknown interaction discord.js
Nov 8, 2023 · An "unknown interaction" is common when you attempt to work with any interaction that no longer exists, this is due to the fact that Discord invalidates any interaction if the bot …
javascript - Discord: Get User by Id - Stack Overflow
Nov 20, 2020 · Discord has a Nodejs client with which you can get user information among other things. If you want to handle the logic on your client app, look into Discord REST API.
javascript - Discord OAUTH2 with node.js - Stack Overflow
Jan 1, 2023 · The html code that will display a button that will link you to your Discord OAuth2 link. When you are redirected with a code, it will detect the code and make a POST request to your …
Log into website via Discord API and store session
May 1, 2024 · I need to use the Discord API to log into a website I've built, store it in a session, and at some point be able to call the username for a database entry. I know you need to pull …
How to get Avatar from discord API? - Stack Overflow
Dec 25, 2020 · How to get Avatar from discord API? Asked 4 years, 11 months ago Modified 4 years ago Viewed 19k times
oauth 2.0 - Getting bearer token for Discord API - Stack Overflow
Jun 13, 2022 · Im trying to get a list of all channels in my discord server using the discord api. However im getting a 401 no access in my api client, probably because I have the wrong api …
get all of messages in discord channel using discord api
Feb 10, 2024 · hi im working on discord api and for one section need to get all messages from channel problem discord api limit : discord have limit to get messages return just 100 message …
Use Discord's API to send message as user - Stack Overflow
Aug 12, 2022 · I want to send a message in a Discord channel but from a user account not a bot. Is this kind of thing possible using Discord's API?
discord.py get user "about me" section - Stack Overflow
Aug 4, 2021 · I was wondering if it was possible using discord.py to get the "about me" section of a given user. I did not find anything in the API documentation so I'm asking here to …