Update 'start.py'

This commit is contained in:
Clarth 2023-11-13 23:08:46 -05:00
parent 1aacb2ca3e
commit 37936e8b5f
1 changed files with 1 additions and 1 deletions

View File

@ -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