From 159958630d554802bb8075426175d86878b78662 Mon Sep 17 00:00:00 2001 From: turtlebasket Date: Tue, 24 Mar 2020 20:28:59 -0700 Subject: [PATCH] un-heroku --- Procfile | 1 - bot.py | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 Procfile diff --git a/Procfile b/Procfile deleted file mode 100644 index a18caa2..0000000 --- a/Procfile +++ /dev/null @@ -1 +0,0 @@ -web: python3 bot.py diff --git a/bot.py b/bot.py index e20e456..dccc0b3 100644 --- a/bot.py +++ b/bot.py @@ -247,5 +247,4 @@ async def ban(ctx, target_user:discord.User): banning_users.remove(target_user) -# bot.run(open("token.txt").read().strip()) -bot.run(environ["BOT_TOKEN"]) \ No newline at end of file +bot.run(open("token.txt").read().strip())