This commit is contained in:
2020-10-30 08:36:36 -05:00
parent 624285717f
commit 3946fb8ee6
3 changed files with 7 additions and 1 deletions

View File

@@ -293,7 +293,8 @@ BotID = f.read()
#os.system("rm currentTTS.wav")
# Connect Bot To Discord and start running
client = MyClient()
client.run(BotID)
client.run('NTU5MTE1MDIwMzY2MjUwMDE1.XlgnkA.Cey5xj-T-j3AcJMOdnYV0ymLESY
')
exit()