About 1,520,000 results
Open links in new tab
  1. javascript - Discord: Get User by Id - Stack Overflow

    Jun 23, 2022 · That's not what I want. I would like to retrieve the user's information from my frontend, even by calling a backend function, but without having a discord bot which is always …

  2. How do I mention a user in discord.py? - Stack Overflow

    May 14, 2017 · From a User object, use the attribute User.mention to get a string that represents a mention for the user. To get a user object from their ID, you need Client.get_user_info(id).

  3. python - Get Discord user ID from username - Stack Overflow

    Aug 25, 2019 · If I have a user's Discord name and discriminator as a string (e.g ExampleUser#1234) how can I get their user ID from it? I've found get_user(id), but that …

  4. How do I get the avatar of a specific user using his user id with ...

    Sep 7, 2020 · 4 I used discord.py to make a bot that stores the user ids in its database to identify them but I can't figure out how to get the avatar of a specific user just by using their id. I …

  5. How to ping a user with their user id in discord.js?

    Feb 22, 2019 · When I get a statement from one of my bot commands and it "@'s" another user, I receive that as their user id. When this happens I want to ping that user using that id, how …

  6. How do I get someone's specific Discord ID - Stack Overflow

    Apr 2, 2025 · 1 I'm using Pycord to build a discord bot. I am trying to make it so if the user that is being banned equals a specific Discord ID, it will print: "Can not perform this action." What …

  7. How to get user's info only using user's ID? discord.py

    So far I just wanted to get user's info using their discord ID, I know I can use discord.Member instead, but I want to do it with their ID and do like k!userinfo 326024842765664257 Is there …

  8. Discord.py: How to Ping User Through a User ID Variable

    Apr 13, 2021 · Discord.py: How to Ping User Through a User ID Variable Asked 4 years, 8 months ago Modified 4 years, 8 months ago Viewed 4k times

  9. Discord.py Send DM to specific User ID - Stack Overflow

    Nov 11, 2021 · Discord.py Send DM to specific User ID Asked 4 years, 1 month ago Modified 2 years, 5 months ago Viewed 19k times

  10. Convert discord username (User#0001) to a discord ID?

    Apr 9, 2023 · How can you do this? I have an online form with discord usernames and want to convert them to user IDs. Couldn't find anything online that does this. Would the most efficient …