How to send a welcome message in server using discord.py in a server

前端 未结 0 1369
名媛妹妹
名媛妹妹 2020-12-04 15:18

I would like my bot to send a msg when someone joins the server (also mention them)

@client.event
async def on_member_join(member):
    print(\'welcome!\'f\'{         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题