Posts by Leandro Furtado • 11 points
3 posts
-
0
votes1
answer84
viewsA: Discord.py client.join_voice_channel() has changed but I try to match the new documentation and it still doesn’t work!
I myself, studying and trying everything I ended up finding the problem, IT IS VERY SIMPLE, I will comment right here to help anyone who has the problem: if message.content.startswith('.brota'):…
pythonanswered Leandro Furtado 11 -
-1
votes1
answer84
viewsQ: Discord.py client.join_voice_channel() has changed but I try to match the new documentation and it still doesn’t work!
Hello! I’m starting to practice Python in addition to the videos classes I try to practice creating some bots for DISCORD and trying to understand the library that is used. But my code to add the…
pythonasked Leandro Furtado 11 -
-1
votes1
answer104
viewsQ: Discord.py error in client.send_message(), need help
I am very beginner and started making a bot with the Discord.py library, but when using this code: @client.event async def on_member_join(member): canal = client.get_channel("50694371938855479491")…
pythonasked Leandro Furtado 11