From d9be1c71434fcf3f8cf55e9ca7095197065ec9dd Mon Sep 17 00:00:00 2001 From: BuildTools Date: Tue, 12 Jan 2021 19:49:03 +0100 Subject: [PATCH] Test if .gitignore works --- run.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/run.py b/run.py index 6dea2c5..98c9ef5 100644 --- a/run.py +++ b/run.py @@ -4,3 +4,6 @@ file = open("TOKEN", "r") token = file.read() file.close() +bot = discord.Client() + +bot.run(token) \ No newline at end of file