Discord Script + Threading #11
@ -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