
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 …
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 …
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 …
Вопросы с меткой [discord-api] - Stack Overflow на ...
Выбивает ошибки связанные с токеном (как я понял Discord API отклоняет запрос на аутентификацию бота), токен импортируется из файла .env правильно, пробовал …
javascript - Discord: Get User by Id - Stack Overflow
Jun 23, 2022 · 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.
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 …
Discord Status - Reddit
Increased API Errors and Latency - Discord Service Interruption - 19 Feb 2024 09:17 UTC-0800 On 19 Feb 2024 09:17 UTC-0800 a new incident, "Increased API Errors and Latency", was …
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
Discord rate limiting while only sending 1 request per minute
Feb 18, 2023 · I would recommend reviewing the Discord API documentation that describes its rate limits. You are receiving a 429 HTTP response (AKA - too many requests). Either the API …