Spaces:
Running
Running
alptangall
commited on
Commit
•
96b8d7c
1
Parent(s):
d38953d
Update app.py
Browse files
app.py
CHANGED
@@ -145,7 +145,7 @@ async def getTransAcb(guild):
|
|
145 |
|
146 |
def run_bot():
|
147 |
#client.run(DISCORD_TOKEN)
|
148 |
-
client.run(os.environ.get('
|
149 |
|
150 |
|
151 |
threading.Thread(target=run_bot).start()
|
|
|
145 |
|
146 |
def run_bot():
|
147 |
#client.run(DISCORD_TOKEN)
|
148 |
+
client.run(os.environ.get('bot_token'))
|
149 |
|
150 |
|
151 |
threading.Thread(target=run_bot).start()
|