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:
parent
2559cd7076
commit
fbd629a459
@ -20,6 +20,9 @@ class Discord_Module(discord.Client):
|
||||
def main(self):
|
||||
self.run(self.discordCredential.token)
|
||||
|
||||
async def on_ready(self):
|
||||
print('Logged on as', self.user)
|
||||
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
@ -6,4 +6,4 @@ pandas
|
||||
numpy
|
||||
gTTS
|
||||
playsound
|
||||
discord
|
||||
discord.py
|
||||
Loading…
Reference in New Issue
Block a user