Hid Discord API Key in Discord.key

This commit is contained in:
s-prechtl 2021-10-04 15:53:50 +02:00
parent e387f1802b
commit ec4554e248
2 changed files with 2 additions and 52 deletions

View file

@ -227,4 +227,5 @@ if __name__ == '__main__':
client.load()
with open("API.key", "r") as f:
client.initAPI(f.read())
client.run("ODQzNDQ4NDg3MzgyNzQ1MDk4.YKEAnQ.qyeogazdj2w4Tt7hEnBZmfcN0Xw")
with open("Discord.key", "r") as f:
client.run(f.read())