Successful Connection

Was finally able to connect thanks to a thread.

(Certificate Issue)

Good Certificate found on:
https://crt.sh/?id=2835394

Thread:
https://github.com/Rapptz/discord.py/issues/4159

(Also fixed the requirements file)
This commit is contained in:
Alex Orid 2020-10-02 03:03:45 -04:00
parent 2559cd7076
commit fbd629a459
2 changed files with 4 additions and 1 deletions

View File

@ -20,6 +20,9 @@ class Discord_Module(discord.Client):
def main(self): def main(self):
self.run(self.discordCredential.token) self.run(self.discordCredential.token)
async def on_ready(self):
print('Logged on as', self.user)
if __name__ == "__main__": if __name__ == "__main__":

View File

@ -6,4 +6,4 @@ pandas
numpy numpy
gTTS gTTS
playsound playsound
discord discord.py