
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, 9 months ago Modified 3 years, 7 months ago Viewed 69k times
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 …
python - Get user id from username Discord.py - Stack Overflow
Apr 24, 2021 · Get user id from username Discord.py Asked 4 years, 7 months ago Modified 4 years, 3 months ago Viewed 10k times
python - Get Discord user ID from username - Stack Overflow
Aug 25, 2019 · 3 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 …
How to find a user by username in the client.users collection
Jul 8, 2018 · How to find a user by username in the client.users collection Asked 7 years, 5 months ago Modified 4 years, 11 months ago Viewed 34k times
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 …
How to find a User ID from a Username in Discord.js?
Apr 18, 2020 · Verified that the code to add a role works when given a User ID as a string, but can't find how to get a User ID from a username. How do I get a user's ID from their Username …
Discord.py: How do I get the User_ID of a "Bot" object?
Jun 18, 2023 · I am trying to make a discord bot using discord.py 2.0.0. I want to make a slash command that returns the user id of a Bot object, below is a simplified version of my code: …
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 …
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 …