
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 posted to the …
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 does not …
"Blocked from accessing our API temporarily due to exceeding ... - Reddit
Discord stopped loading so I closed it and reopened it, which led to a loop of "Update Failed - Retrying in x seconds" then I went to reinstall discord and got a message that read " {"code": 0, "message": "You …
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 the OAuth2 …
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 users spam …
Deploying Commands: DiscordAPIError [50035]: Invalid Form Body
Sep 12, 2022 · If you're following the guide, you need to do body: commands.map(c => c.toJSON()). This is because you're deploying directly to the API, so you need to include the type of json that it …
Trying to register commands: DiscordAPIError[50001]: Missing Access
Aug 23, 2021 · Have you made sure that the 'applications.commands' scope is checked in the scopes section of the OAuth2 settings for your bot in the discord developer portal?
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 for give more …
What is the Discord API? : r/discordapp - Reddit
Jan 27, 2020 · Discord's API is much of the same. It allows programs (bots, or even the official clients) to communicate with Discord's services, without needing to worry about how the rest of Discord's …
Custom discord bot - How to avoid exceeding Discord API rate limit?
Feb 16, 2022 · I was always fustrated when my bot always gets temporarily banned by discord's api for exceeding rate limits thanks to my friends spamming the commands over and over again.