Update 'start.py'
This commit is contained in:
parent
1aacb2ca3e
commit
37936e8b5f
2
start.py
2
start.py
|
@ -6,7 +6,7 @@ import subprocess
|
|||
# Replace 'YOUR_API_TOKEN' with your actual Telegram Bot API token
|
||||
bot = telebot.TeleBot("TOKEN GOES HERE")
|
||||
dldir = "/WHERE/TO/PUT/THE/MUSIC"
|
||||
workingdir = "WHERE/IS/THE/PYTHON/VENV"
|
||||
workingdir = "/WHERE/IS/THE/PYTHON/VENV"
|
||||
|
||||
|
||||
# Get the current day of the month
|
||||
|
|
Loading…
Reference in New Issue