mirror of
https://codeberg.org/JasterV/YoutuBot.git
synced 2026-04-26 18:40:02 +00:00
Update app.py
This commit is contained in:
parent
bf3766dd73
commit
730c9b1ed4
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
|
@ -4,7 +4,7 @@ import pafy
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
||||||
bot_token = '837420348:AAEY2WT04zBjpCHYvOzCdy4FHhZf8jX6udE'
|
bot_token = os.getenv('BOT_TOKEN')
|
||||||
bot = telebot.TeleBot(token=bot_token)
|
bot = telebot.TeleBot(token=bot_token)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue