diff --git a/start.py b/start.py index c64997f..9c35798 100644 --- a/start.py +++ b/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