Download Sending a message on a user join event - discord.py book pdf free download link or read online here in PDF. Read online Sending a message on a user join event - discord.py book pdf free download link book now. All books are in clear copy here, and all files are secure so don't worry about it. This site is like a library, you could find million book here by using search box in the header.
You haven't specified where the channel is that you want to send the message to, and discord.Member doesn't have an attribute called channel. You'll have to get the channel via its ID, like so: async def on_member_join(member): channel = bot.get_channel(112233445566778899) # replace id with the welcome channel's id await channel.send(f"{member} has arrived!") If you want to, you can also get ...
Read : Sending a message on a user join event - discord.py pdf book online Select one of servers for direct link: |
---|