About 161,000 results
Open links in new tab
  1. Find a discord user just by username (no tag) - Stack Overflow

    Aug 25, 2022 · No mutual servers or anything unfortunally, and the discord search feature didn't helped. So my idea was to send a friend request to all 9999 possible tags with that username.

  2. How to get the ID of any user given the Username in Discord?

    Jan 1, 2021 · First of all let me recommend you to use the discord.ext.commands extension for discord.py, it will greatly help you to make commands. You just need to get a discord.Member …

  3. How do I get the ID of an user in Discord.py - Stack Overflow

    discord.User.id isn't getting the id of an instance of the User class, it's getting that attribute from the base class itself. You need to instantiate the User object correctly, and read values from …

  4. javascript - Discord: Get User by Id - Stack Overflow

    Nov 20, 2020 · 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 …

  5. How to find user by their id in discord.js - Stack Overflow

    May 1, 2022 · How to find user by their id in discord.js Asked 5 years, 8 months ago Modified 3 years, 6 months ago Viewed 69k times

  6. python - discord.py: Lookup user by id - Stack Overflow

    Oct 10, 2020 · I'm new to making Discord bots using Python. I have a list of user ids and I need to be able to resolve them to Discord usernames. Running client.get_user(my_id) returns my …

  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. How to how to convert username to discord ID? - Stack Overflow

    Mar 15, 2019 · For example if I have a discord "command" to allow people to gift each other money, like: james#0243 types !give 100 bob#9413. How can I convert bob#9413 to a discord …

  9. c# - Discord.Net - Get A User's Bio/About Me - Stack Overflow

    Dec 5, 2021 · I am trying to find a method or way to get a user's bio that joins my server and checks it to make sure it is appropriate but have found absolutely nothing through the docs or …

  10. How can I get user directly from discord API? - Stack Overflow

    Aug 25, 2022 · How can I get user directly from discord API? Asked 3 years, 2 months ago Modified 2 years, 10 months ago Viewed 3k times