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())