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