un-heroku

master
michael 2020-03-24 20:28:59 -07:00
parent b7fc65f74c
commit 159958630d
2 changed files with 1 additions and 3 deletions

View File

@ -1 +0,0 @@
web: python3 bot.py

3
bot.py
View File

@ -247,5 +247,4 @@ async def ban(ctx, target_user:discord.User):
banning_users.remove(target_user) banning_users.remove(target_user)
# bot.run(open("token.txt").read().strip()) bot.run(open("token.txt").read().strip())
bot.run(environ["BOT_TOKEN"])