Skip to content
Advertisement

Tag: discord.py

How I can get channel members (Discord.py)

I need to get Only users of my channel, but I have not found a function that returns the desired result. There is a function to get all users of the bot: get_all_members(), but she’s not doing exactly what I need. I want get user nicknames. Help me find a solution to my problem. Answer Hm… I had this issue

Discord.py on_member_join not working, no error message

I am trying to make a discord bot with the Discord.py library. The commands with the @client.command() decorator work fine for me, but none of the event ones that I tried work. I would expect this to output to the terminal or in the channel id I put in, but nothing appears, not even an error message. *I used client.

Advertisement