
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 …
javascript - Discord: Get User by Id - Stack Overflow
Jun 23, 2022 · 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 online. In other words, I …
discord.js extracting emails from discord tag - Stack Overflow
Apr 14, 2021 · You need to use Discord with scope included in order to get the email of a discord user once the user authorizes access to your application. There are a lot of scopes and some …
How do I get the User ID of a discord user using discord.py
Im using Discord.py and Im trying to get the Discord userid of a user when they type into a channel. The userid can be found when you go into developer mode, and right click on a …
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 …
How do I get someones username AND tag? (Discord.js)
Jun 5, 2021 · To get the complete tag of a user, you can just use .tag after message.author. In your code, you're trying to get the username but you put .id after it so this is why you get …
Javascript Discord get profile picture - Stack Overflow
Jul 14, 2021 · I am doing a website where you enter the user ID to get the discord pfp. The problem is i can't find any url or api with the user image. I am not trying to do a bot but a …
get id from displayname Discord JS - Stack Overflow
Jun 18, 2021 · It’s almost 3 hours since I’ve been looking for a way to get a person’s ID from their discord server display name. I have tried everything but nothing works every time I try a …
Is there a way to get someones E-mail in Discord? Important
Feb 26, 2021 · You will need to contact discord support where they may or may not be able to help you get the account back. It depends on the info you are able to provide them.
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 …