lunarflu HF staff commited on
Commit
4024d3d
·
1 Parent(s): a41e181

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -131,7 +131,6 @@ async def load_xp(ctx):
131
 
132
 
133
  """"""
134
- DISCORD_TOKEN = os.environ.get("DISCORD_TOKEN", None)
135
  def run_bot():
136
  bot.run(DISCORD_TOKEN)
137
  threading.Thread(target=run_bot).start()
 
131
 
132
 
133
  """"""
 
134
  def run_bot():
135
  bot.run(DISCORD_TOKEN)
136
  threading.Thread(target=run_bot).start()