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.
Share
Post a Comment
for "Discord.py Error - Clientconnectorcertificateerror"
Post a Comment for "Discord.py Error - Clientconnectorcertificateerror"