Open links in new tab
  1. Issues with the Discord API: Unknown interaction discord.js

    Nov 8, 2023 · From Discord.js documentation on deferred responses: Discord requires an acknowledgement from your bot within three seconds that the interaction was received. …

  2. 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?

  3. 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 3 years, 11 months ago Viewed 19k times

  4. 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.

  5. 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 …

  6. Discord API - Get Discord role name from role ID - Stack Overflow

    Feb 13, 2022 · 1 I'm using the Get Current User Guild Member method of Discord API. I successfully get back information about user such as their role in a specific guild roles: …

  7. discord.py - Discord bot API Limit - Stack Overflow

    Jul 4, 2023 · Discord has a rate limit of 5 actions per guild and per second (for non interaction based commands). Channel edits and similar stuff are included in that. Based on the code, it …

  8. javascript - OAuth2: Discord API always responds with {"error ...

    Jun 17, 2020 · OAuth2: Discord API always responds with {"error": "invalid_grant"} Asked 5 years, 4 months ago Modified 2 years, 7 months ago Viewed 9k times

  9. data scraping on discord using python - Stack Overflow

    Jun 1, 2021 · I'm currently trying to learn web scraping and decided to scrape some discord data. Code follows: import requests import json def retrieve_messages(channelid): num=0 headers …

  10. 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 …