About 15 results
Open links in new tab
  1. How do i access the Discord Web Version to access & use ... - Reddit

    Jun 11, 2021 · How do i access the Discord Web Version to access & use Discord via the Web Browser?

  2. What does @me mean in the discord api docs : r/discordapp

    Jan 27, 2022 · What does \@me mean when it comes to the discord api. I am new to using apis and making direct requests to them. can somebody please explain what these mean? any help will be …

  3. Discord API users/@me always returns same user object even when …

    Aug 15, 2017 · I am trying to get user emails via the Discord API OAuth2 Authentication Flow (regular application not a bot). I can successfully complete the OAuth2 flow and have a user allow …

  4. GET https://discord.com/api/v7/users/@me with None has returned 401

    May 20, 2022 · The discord.py version I use is 1.7.3. When I used the Discord bot code I developed a while ago which works fine on the Discord server I created…

  5. Weird link that got sent to me. Could someone identify it? - Reddit

    Apr 16, 2020 · true@me means your own user, so friends list basically Normally there’s 3 snowflakes in a discord message link, but @me goes where the guild normally would, and means not a guild …

  6. Is this site safe? Is it an official site from discord? - Reddit

    Nov 4, 2016 · If you scroll all the way to the bottom, the page presents you with this text. "DiscordMe is not affiliated with DiscordApp. We are just trying to build awesome tools for Discord server …

  7. Discord Stuck on loading screen in App and Browser.

    May 17, 2024 · At a loss of options, I turn to this place. As it says on the tin, Discord (among other apps) refuse to work either in app or in the web version, and…

  8. Change bot's about me in discord.js - Stack Overflow

    Oct 24, 2022 · Is there a way to change my Discord bot's about me? I'd like to setup a feature where my bot changes its about me on startup. Basically something like this: client.on ("ready", () => { ...

  9. Discord OAuth2 getting user roles from exact guild

    Oct 10, 2021 · You can access the role ids through the /users/@me/guilds/ {guild.id}/member API with the guilds.members.read scope and OAuth2 but don't think you can get the actual role object. I …

  10. Discord oauth2 /users/@me/guilds error 401 - Stack Overflow

    Mar 25, 2022 · It is supposed to get all the guilds a user is joined in. It gets the bearer auth right, but it always errors with code 401. When using a external API (https://reqbin ...