Skip to content Skip to sidebar Skip to footer

Discord.py Error - Clientconnectorcertificateerror

I have an error trying to run my python discord bot. Here's my code: import discord client = discord.Client() @client.event async def on_ready(): print('We have logged in as

Solution 1:

Try updating discord.py.

pip install -U discord.py

Worked personally for me.

Post a Comment for "Discord.py Error - Clientconnectorcertificateerror"