
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 …
date - Discord Client's Search Timestamp - Stack Overflow
Nov 8, 2023 · The timestamps used by the actual Discord client work off the Discord Epoch timestamp which is similar to the normal unix timestamp except that it starts off from the 1st of …
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: 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.
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 …
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 …
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 …
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 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 listen for new messages in a channel from scratch in Discord
Jul 31, 2021 · Thanks for letting me know! discord.js let you build apps connected to your bots, but not to your own account. So, you can only listen to messages coming from the servers to …