Test if .gitignore works

pull/1/head
BuildTools 2021-01-12 19:49:03 +01:00
parent d1cb5260a3
commit d9be1c7143
1 changed files with 3 additions and 0 deletions

3
run.py
View File

@ -4,3 +4,6 @@ file = open("TOKEN", "r")
token = file.read()
file.close()
bot = discord.Client()
bot.run(token)