Test if .gitignore works

This commit is contained in:
BuildTools 2021-01-12 19:49:03 +01:00
parent d1cb5260a3
commit d9be1c7143

3
run.py
View file

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